summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-2/+2
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig1-25/+6
2008-03-07libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse1-4/+0
2008-03-07libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse1-52/+75
2008-02-29libertas: trim overly long debug statementHolger Schurig1-16/+7
2008-02-28libertas: Remove unused exportsRoland Dreier1-2/+0
2008-01-29libertas: always show firmware releaseHolger Schurig1-6/+17
2008-01-29libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse1-51/+1
2008-01-29libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse1-18/+14
2008-01-29libertas: convert SET_WEP to a direct commandDavid Woodhouse1-37/+20
2008-01-29libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse1-24/+32
2008-01-29libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse1-18/+16
2008-01-29libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse1-49/+27
2008-01-29libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse1-22/+20
2008-01-29libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse1-1/+0
2008-01-29libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse1-2/+2
2008-01-29libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse1-9/+5
2008-01-29libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse1-1/+3
2008-01-29libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse1-30/+30
2008-01-29libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse1-6/+6
2008-01-29libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse1-3/+1
2008-01-29libertas: let __lbs_cmd() free its own cmdnodeDavid Woodhouse1-1/+3
2008-01-29libertas: kill cleanup_cmdnode()David Woodhouse1-22/+17
2008-01-29libertas: don't re-initialise cmdnode when taking it off the free queueDavid Woodhouse1-3/+0
2008-01-29libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse1-7/+18
2008-01-29libertas: remove some pointless checks for cmdnode buffer being presentDavid Woodhouse1-12/+4
2008-01-29libertas: rename and clean up DownloadcommandToStationDavid Woodhouse1-27/+9
2008-01-29libertas: kill unused wait_option field in struct cmd_ctrl_nodeDavid Woodhouse1-8/+4
2008-01-29libertas: kill whitespace at end of linesDavid Woodhouse1-1/+1
2008-01-29libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-3/+3
2008-01-29libertas: cope with both old and new mesh TLV valuesDavid Woodhouse1-3/+3
2008-01-29libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse1-6/+8
2008-01-29libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse1-8/+9
2008-01-29libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse1-0/+19
2008-01-29libertas: add missing newlines in debugging statementsDavid Woodhouse1-4/+4
2008-01-29libertas: be more careful about command responses matching cur_cmdDavid Woodhouse1-2/+2
2008-01-29libertas: add debugging output to lbs_mesh_config()David Woodhouse1-1/+3
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-0/+17
2008-01-29libertas: make some more functions staticDavid Woodhouse1-6/+6
2008-01-29libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams1-18/+53
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams1-20/+73
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse1-17/+11
2008-01-29libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse1-3/+3
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-76/+57
2008-01-29libertas: convert GET_HW_SPEC to a direct commandDan Williams1-9/+67
2008-01-29libertas: add simple copyback command callbackDan Williams1-1/+28
2008-01-29libertas: clean up direct command handlingDan Williams1-10/+12
2008-01-29libertas: clean up is_command_allowed_in_ps()Dan Williams1-15/+9
2008-01-29libertas: make lbs_cmd() usage nicerDan Williams1-4/+4