summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cmdresp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-151-3/+3
|\
| * libertas: fix handling of command timeout, completion and interruptionDaniel Drake2011-07-111-3/+3
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
|/
* 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/+0Star
* libertas: convert PS_MODE to a direct commandDan Williams2010-07-271-6/+7
* libertas: remove unused indirect command response handlerDan Williams2010-07-271-24/+1Star
* libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams2010-07-271-9/+0Star
* libertas: convert Mesh Blinding Table access to a direct commandDan Williams2010-07-271-7/+0Star
* libertas: convert register access to direct commandsDan Williams2010-07-271-48/+0Star
* libertas: remove Beacon ControlDan Williams2010-07-271-3/+0Star
* libertas: remove unused Automatic Frequency Control commandDan Williams2010-07-271-9/+0Star
* libertas: remove unused indirect TPC_CFG command leftoversDan Williams2010-07-271-7/+0Star
* libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams2010-07-271-51/+0Star
* libertas: clean up RSSI commandDan Williams2010-07-271-4/+0Star
* 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/+3Star
* libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar2010-06-021-24/+6Star
* 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/+0Star
* libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig2009-12-221-14/+2Star
* libertas: move mic failure event to wext.cHolger Schurig2009-10-271-28/+2Star
* libertas: move SIOCGIWAP calls to wext.cHolger Schurig2009-10-271-7/+1Star
* 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