aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmdresp.c
Commit message (Expand)AuthorAgeFilesLines
* libertas: mark lbs_ret_802_11d_domain_info staticJohn W. Linville2010-06-231-1/+1
* Libertas: Added 11d support using cfg80211Kiran Divekar2010-06-231-0/+50
* Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar2010-06-231-1/+3
* Libertas: cfg80211 supportKiran Divekar2010-06-231-26/+3
* libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar2010-06-021-24/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libertas: don't retry commandsHolger Schurig2010-02-081-5/+0
* libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig2009-12-221-14/+2
* libertas: move mic failure event to wext.cHolger Schurig2009-10-271-28/+2
* libertas: move SIOCGIWAP calls to wext.cHolger Schurig2009-10-271-7/+1
* libertas: remove handling for CMD_GET_TSFHolger Schurig2009-10-271-6/+0
* libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig2009-10-271-6/+0
* libertas: move association related commands into assoc.cHolger Schurig2009-10-271-47/+0
* libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig2009-10-271-1/+1
* libertas: remove unused 11d codeHolger Schurig2009-10-271-4/+0
* 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/+0
* libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams2009-06-031-1/+0
* libertas: convert SNMP_MIB to a direct commandDan Williams2008-09-151-46/+0
* libertas: remove unused generic RESET commandDan Williams2008-09-151-1/+0
* libertas: convert adhoc operations to direct commandsDan Williams2008-08-291-9/+0
* libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams2008-08-291-5/+0
* libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams2008-08-291-19/+0
* libertas: rate adaptation configuration via iwconfig.Javier Cardona2008-06-031-20/+0
* libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse2008-05-211-1/+0
* libertas: Increase priority of 'unknown command' warningsDavid Woodhouse2008-05-211-2/+2
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-16/+7
* 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/+8
* libertas: convert CMD_802_11_EEPROM_ACCESS to a direct commandHolger Schurig2008-04-011-29/+0
* libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig2008-04-011-17/+0
* libertas: reduce debug outputHolger Schurig2008-03-271-2/+2
* libertas: remove CMD_802_11_PWR_CFGHolger Schurig2008-03-271-8/+0
* libertas: remove lots of unused stuffHolger Schurig2008-03-251-25/+4
* libertas: misc power saving adjustsHolger Schurig2008-03-251-9/+9
* libertas: convert GET_LOG to a direct commandHolger Schurig2008-03-251-18/+0
* libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig2008-03-251-1/+0
* 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/+0
* | libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse2008-03-061-59/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-051-5/+3
|\ \ | |/
| * libertas: compare the current command with responseSebastian Siewior2008-03-041-3/+1
| * libertas: fix sanity check on sequence number in command responseDavid Woodhouse2008-03-041-2/+2
* | libertas: make association debug output nicerHolger Schurig2008-02-291-1/+1
* | libertas: trim overly long debug statementHolger Schurig2008-02-291-2/+2
|/