summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmdresp.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: remove handling for CMD_GET_TSFHolger Schurig2009-10-271-6/+0Star
* libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig2009-10-271-6/+0Star
* libertas: move association related commands into assoc.cHolger Schurig2009-10-271-47/+0Star
* libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig2009-10-271-1/+1
* libertas: remove unused 11d codeHolger Schurig2009-10-271-4/+0Star
* libertas: harmonize cmd.hHolger Schurig2009-10-271-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-131-0/+1
|\
| * libertas: fix buildAlan Cox2009-10-131-0/+1
* | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar2009-10-071-0/+12
|/
* wireless: libertas: fix unaligned accessesCliff Cai2009-06-031-5/+5
* libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams2009-06-031-6/+0Star
* libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams2009-06-031-1/+0Star
* libertas: convert SNMP_MIB to a direct commandDan Williams2008-09-151-46/+0Star
* libertas: remove unused generic RESET commandDan Williams2008-09-151-1/+0Star
* libertas: convert adhoc operations to direct commandsDan Williams2008-08-291-9/+0Star
* libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams2008-08-291-5/+0Star
* libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams2008-08-291-19/+0Star
* libertas: rate adaptation configuration via iwconfig.Javier Cardona2008-06-031-20/+0Star
* libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse2008-05-221-1/+0Star
* libertas: Increase priority of 'unknown command' warningsDavid Woodhouse2008-05-221-2/+2
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-16/+7Star
* libertas: move association code from join.c into scan.cHolger Schurig2008-04-081-1/+1
* libertas: convert sleep/wake config direct commandsHolger Schurig2008-04-011-9/+8Star
* libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig2008-04-011-29/+0Star
* libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig2008-04-011-17/+0Star
* libertas: reduce debug outputHolger Schurig2008-03-271-2/+2
* libertas: remove CMD_802_11_PWR_CFGHolger Schurig2008-03-271-8/+0Star
* libertas: remove lots of unused stuffHolger Schurig2008-03-251-25/+4Star
* libertas: misc power saving adjustsHolger Schurig2008-03-251-9/+9
* libertas: convert GET_LOG to a direct commandHolger Schurig2008-03-251-18/+0Star
* libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig2008-03-251-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\
| * libertas: fix the 'compare command with itself' properlySebastian Siewior2008-03-111-1/+1
* | libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse2008-03-061-4/+0Star
* | libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse2008-03-061-59/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-051-5/+3Star
|\|
| * libertas: compare the current command with responseSebastian Siewior2008-03-051-3/+1Star
| * libertas: fix sanity check on sequence number in command responseDavid Woodhouse2008-03-051-2/+2
* | libertas: make association debug output nicerHolger Schurig2008-02-291-1/+1
* | libertas: trim overly long debug statementHolger Schurig2008-02-291-2/+2
|/
* libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse2008-01-291-22/+0Star
* libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse2008-01-291-21/+0Star
* libertas: convert SET_WEP to a direct commandDavid Woodhouse2008-01-291-1/+0Star
* libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse2008-01-291-26/+0Star
* libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse2008-01-291-7/+0Star
* libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse2008-01-291-1/+0Star
* libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse2008-01-291-0/+10
* libertas: use priv->upld_buf for command responsesDavid Woodhouse2008-01-291-1/+1
* libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse2008-01-291-4/+4
* libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse2008-01-291-1/+29