aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmdresp.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+4
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-16/+16
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-12/+17
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-9/+10
* libertas: kill unused lbs_prepare_and_send_command()Dan Williams2010-07-271-3/+0
* libertas: convert PS_MODE to a direct commandDan Williams2010-07-271-6/+7
* libertas: remove unused indirect command response handlerDan Williams2010-07-271-24/+1
* libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams2010-07-271-9/+0
* libertas: convert Mesh Blinding Table access to a direct commandDan Williams2010-07-271-7/+0
* libertas: convert register access to direct commandsDan Williams2010-07-271-48/+0
* libertas: remove Beacon ControlDan Williams2010-07-271-3/+0
* libertas: remove unused Automatic Frequency Control commandDan Williams2010-07-271-9/+0
* libertas: remove unused indirect TPC_CFG command leftoversDan Williams2010-07-271-7/+0
* libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams2010-07-271-51/+0
* libertas: clean up RSSI commandDan Williams2010-07-271-4/+0
* 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