summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.c
AgeCommit message (Expand)Author
2008-03-06libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse
2008-02-29libertas: trim overly long debug statementHolger Schurig
2008-02-28libertas: Remove unused exportsRoland Dreier
2008-01-28libertas: always show firmware releaseHolger Schurig
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse
2008-01-28libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse
2008-01-28libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse
2008-01-28libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse
2008-01-28libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse
2008-01-28libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse
2008-01-28libertas: let __lbs_cmd() free its own cmdnodeDavid Woodhouse
2008-01-28libertas: kill cleanup_cmdnode()David Woodhouse
2008-01-28libertas: don't re-initialise cmdnode when taking it off the free queueDavid Woodhouse
2008-01-28libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse
2008-01-28libertas: remove some pointless checks for cmdnode buffer being presentDavid Woodhouse
2008-01-28libertas: rename and clean up DownloadcommandToStationDavid Woodhouse
2008-01-28libertas: kill unused wait_option field in struct cmd_ctrl_nodeDavid Woodhouse
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse
2008-01-28libertas: add debugging output to lbs_mesh_config()David Woodhouse
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse
2008-01-28libertas: make some more functions staticDavid Woodhouse
2008-01-28libertas: endianness fixes for get_channel/set_channelDan Williams
2008-01-28libertas: convert RF_CHANNEL to a direct commandDan Williams
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse
2008-01-28libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams
2008-01-28libertas: add simple copyback command callbackDan Williams
2008-01-28libertas: clean up direct command handlingDan Williams
2008-01-28libertas: clean up is_command_allowed_in_ps()Dan Williams
2008-01-28libertas: make lbs_cmd() usage nicerDan Williams
2008-01-28libertas: add opaque extra argument to cmd callback functionDavid Woodhouse
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse