summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cfg.c
AgeCommit message (Expand)Author
2012-08-02libertas: fix two memory leaksDaniel Drake
2012-07-17libertas: Update 11d info only when interface is activeDaniel Drake
2012-07-12nl80211: move scan API to wdevJohannes Berg
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg
2012-04-13libertas: fix signedness bug in lbs_auth_to_authtype()Amitkumar Karwar
2012-03-15libertas: remove dump_survey implementationDaniel Drake
2011-12-21libertas: clean up scan thread handlingAndres Salomon
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-11libertas: release bss references and avoid warning from cfg80211_inform_bssJohn W. Linville
2011-11-09wireless: libertas: fix unaligned le64 accessesSteven Miao
2011-11-02libertas: ensure we clean up a scan request properlyAndres Salomon
2011-10-14libertas: fix changing interface type when interface is downDaniel Drake
2011-09-27libertas: scan behaviour consistency improvementsDaniel Drake
2011-08-09libertas: disable functionality when interface is downDaniel Drake
2011-08-08libertas: link mesh device to wiphyDaniel Drake
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
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-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-22libertas: Use static constJoe Perches
2010-11-22libertas: remove duplicated #includeHuang Weiyi
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-16libertas: correct sparse warningsJohn W. Linville
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-08-16drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton
2010-08-16libertas: better association request debuggingDan Williams
2010-08-16libertas: better scan response debuggingDan Williams
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-08-11drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton
2010-08-09libertas: fix build break by including linux/sched.hJohn W. Linville
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams
2010-08-05libertas: fix association with some APs by using extended ratesDan Williams
2010-08-05libertas: get the right # of scanned BSSesDan Williams
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams
2010-07-27libertas: clean up RSSI commandDan Williams
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams
2010-07-14libertas: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar