aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-8/+3
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-14p54: enhance rssi->dBm database importChristian Lamparter1-4/+2
2011-01-10p54: fix sequence no. accounting off-by-one errorChristian Lamparter1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-08-30p54: fix tx feedback status flag checkChristian Lamparter1-1/+1
2010-08-25p54: better rssi->dbm conversion for longbow physChristian Lamparter1-4/+4
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches1-1/+1
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-8/+9
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-17/+19
2010-04-28p54: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-03-31wireless/prism54: remove trailing space in messagesFrans Pop1-1/+1
2010-02-19drivers/net/wireless/p54/txrx.c Fix off by one errorDarren Jenkins1-1/+1
2010-02-08p54: remove get_tx_stats() mac80211 opKalle Valo1-1/+1
2009-08-28p54: fix broadcast buffering in AP modeChristian Lamparter1-0/+3
2009-08-14p54: implement rfkillChristian Lamparter1-0/+6
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg1-1/+1
2009-07-24p54: fix beaconing related firmware crashChristian Lamparter1-8/+14
2009-07-24p54: remove useless codeChristian Lamparter1-15/+1
2009-07-24p54: re-enable power save featureChristian Lamparter1-0/+42
2009-07-10p54: fix queue stall due to underrunChristian Lamparter1-3/+4
2009-07-10p54: Move TX/RX codeChristian Lamparter1-0/+825