aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24p54: connect to 11w protected networksChristian Lamparter1-0/+12
2012-09-11p54: fix off-by-one null pointer bug in p54_tx_80211Christian Lamparter1-1/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+1
2012-04-09p54: only unregister ieee80211_hw when it has been registeredChristian Lamparter1-2/+9
2012-03-06p54: pass interface setup errors back to mac80211Christian Lamparter1-2/+3
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-1/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-08-24p54: improve site surveyChristian Lamparter1-12/+101
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-0/+31
2011-04-26p54: implement multicast filterChristian Lamparter1-0/+31
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-1/+1
2011-02-25p54: implement set_coverage_classChristian Lamparter1-0/+12
2011-02-18p54: implement flush callbackChristian Lamparter1-0/+43
2011-02-18p54: Fix compile warningLarry Finger1-1/+1
2011-02-14p54: enhance rssi->dBm database importChristian Lamparter1-0/+2
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-4/+5
2010-07-27p54: Added get_survey callback in order to get channel noiseJohn W. Linville1-0/+17
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+1
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
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
2010-03-09p54: Enable HW_REPORTS_TX_ACK_STATUSChristian Lamparter1-0/+1
2010-02-19p54: convert to new station add/remove callbacksJohannes Berg1-9/+19
2010-02-08p54: remove get_tx_stats() mac80211 opKalle Valo1-11/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-6/+6
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-1/+1
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-1/+1
2009-08-20p54: disable PS by defaultChristian Lamparter1-0/+6
2009-08-14p54: implement rfkillChristian Lamparter1-0/+5
2009-08-14p54: Write outside array boundsChristian Lamparter1-1/+1
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-07-24p54: fix beaconing related firmware crashChristian Lamparter1-12/+19
2009-07-24p54: generate channel list dynamicallyChristian Lamparter1-0/+4
2009-07-24p54: re-enable power save featureChristian Lamparter1-29/+48
2009-07-10p54: Move mac80211 glue codeChristian Lamparter1-0/+607