summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/cmdresp.c
AgeCommit message (Expand)Author
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-11libertas: fix handling of command timeout, completion and interruptionDaniel Drake
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams
2010-07-27libertas: remove unused indirect command response handlerDan Williams
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams
2010-07-27libertas: convert register access to direct commandsDan Williams
2010-07-27libertas: remove Beacon ControlDan Williams
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams
2010-07-27libertas: clean up RSSI commandDan Williams
2010-06-23libertas: mark lbs_ret_802_11d_domain_info staticJohn W. Linville
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar
2010-06-23Libertas: cfg80211 supportKiran Divekar
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08libertas: don't retry commandsHolger Schurig
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig
2009-10-27libertas: move mic failure event to wext.cHolger Schurig
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig
2009-10-27libertas: move association related commands into assoc.cHolger Schurig
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig
2009-10-27libertas: remove unused 11d codeHolger Schurig
2009-10-27libertas: harmonize cmd.hHolger Schurig
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-13libertas: fix buildAlan Cox
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar
2009-06-03wireless: libertas: fix unaligned accessesCliff Cai
2009-06-03libertas: convert CMD_802_11_ASSOCIATE to a direct commandDan Williams
2009-06-03libertas: convert CMD_802_11_AUTHENTICATE to a direct commandDan Williams
2008-09-15libertas: convert SNMP_MIB to a direct commandDan Williams
2008-09-15libertas: remove unused generic RESET commandDan Williams
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona
2008-05-21libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse
2008-05-21libertas: Increase priority of 'unknown command' warningsDavid Woodhouse
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig