summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmd.c
AgeCommit message (Expand)Author
2008-04-16libertas: un-garbage various command structsHolger Schurig
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig
2008-04-08libertas: move lbs_update_channel out of assoc.cHolger Schurig
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig
2008-04-01libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig
2008-03-27libertas: reduce debug outputHolger Schurig
2008-03-27libertas: remove CMD_802_11_PWR_CFGHolger Schurig
2008-03-25libertas: remove lots of unused stuffHolger Schurig
2008-03-25libertas: misc power saving adjustsHolger Schurig
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig
2008-03-25libertas: remove some unused commandsHolger Schurig
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig
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