summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmdresp.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27libertas: move mic failure event to wext.cHolger Schurig1-28/+2
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig1-7/+1
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig1-6/+0
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig1-6/+0
2009-10-27libertas: move association related commands into assoc.cHolger Schurig1-47/+0
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig1-1/+1
2009-10-27libertas: remove unused 11d codeHolger Schurig1-4/+0
2009-10-27libertas: harmonize cmd.hHolger Schurig1-0/+1
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-10-13libertas: fix buildAlan Cox1-0/+1
2009-10-08libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+12
2009-06-03wireless: libertas: fix unaligned accessesCliff Cai1-5/+5
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams1-6/+0
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams1-1/+0
2008-09-16libertas: convert SNMP_MIB to a direct commandDan Williams1-46/+0
2008-09-16libertas: remove unused generic RESET commandDan Williams1-1/+0
2008-08-30libertas: convert adhoc operations to direct commandsDan Williams1-9/+0
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-5/+0
2008-08-30libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-19/+0
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-20/+0
2008-05-22libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse1-1/+0
2008-05-22libertas: Increase priority of 'unknown command' warningsDavid Woodhouse1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-16/+7
2008-04-09libertas: move association code from join.c into scan.cHolger Schurig1-1/+1
2008-04-02libertas: convert sleep/wake config direct commandsHolger Schurig1-9/+8
2008-04-02libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig1-29/+0
2008-04-02libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig1-17/+0
2008-03-27libertas: reduce debug outputHolger Schurig1-2/+2
2008-03-27libertas: remove CMD_802_11_PWR_CFGHolger Schurig1-8/+0
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-25/+4
2008-03-25libertas: misc power saving adjustsHolger Schurig1-9/+9
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig1-18/+0
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig1-1/+0
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-03-11libertas: fix the 'compare command with itself' properlySebastian Siewior1-1/+1
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-59/+0
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+3
2008-03-05libertas: compare the current command with responseSebastian Siewior1-3/+1
2008-03-05libertas: fix sanity check on sequence number in command responseDavid Woodhouse1-2/+2
2008-02-29libertas: make association debug output nicerHolger Schurig1-1/+1
2008-02-29libertas: trim overly long debug statementHolger Schurig1-2/+2
2008-01-29libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse1-22/+0
2008-01-29libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse1-21/+0
2008-01-29libertas: convert SET_WEP to a direct commandDavid Woodhouse1-1/+0
2008-01-29libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse1-26/+0
2008-01-29libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse1-7/+0
2008-01-29libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse1-1/+0
2008-01-29libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse1-0/+10
2008-01-29libertas: use priv->upld_buf for command responsesDavid Woodhouse1-1/+1