aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+9
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-4/+5
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-7/+8
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-18/+27
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-18/+27
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-2/+4
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-1/+2
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann1-1/+1
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+3
2010-11-22libertas: Use static constJoe Perches1-1/+1
2010-11-22libertas: remove duplicated #includeHuang Weiyi1-2/+0
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake1-2/+3
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-2/+2
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+2
2010-09-16libertas: correct sparse warningsJohn W. Linville1-4/+2
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-12/+50
2010-08-16drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton1-0/+1
2010-08-16libertas: better association request debuggingDan Williams1-8/+29
2010-08-16libertas: better scan response debuggingDan Williams1-4/+20
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-08-11drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton1-0/+2
2010-08-09libertas: fix build break by including linux/sched.hJohn W. Linville1-0/+1
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams1-33/+115
2010-08-05libertas: fix association with some APs by using extended ratesDan Williams1-16/+40
2010-08-05libertas: get the right # of scanned BSSesDan Williams1-1/+9
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams1-98/+5
2010-07-27libertas: clean up RSSI commandDan Williams1-35/+2
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams1-54/+3
2010-07-14libertas: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville1-3/+3
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar1-0/+110
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar1-25/+12
2010-06-23Libertas: cfg80211 supportKiran Divekar1-22/+1919
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+1
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-0/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+6
2010-03-30net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()Daniel Mack1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig1-0/+198