aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18p54: move under intersil vendor directoryKalle Valo1-940/+0
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-6/+6
2014-01-13p54: clamp properly instead of just truncatingDan Carpenter1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03p54: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2012-11-26p54: improve TSF timestamp precisionChristian Lamparter1-1/+5
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-6/+9
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-3/+3
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-2/+1
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-1/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21p54: use ieee80211_free_txskbChristian Lamparter1-2/+2
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-30mac80211: implement uAPSDJohannes Berg1-1/+1
2011-08-29p54: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter1-4/+8
2011-08-24p54: improve site surveyChristian Lamparter1-0/+66
2011-04-08p54: Initialize extra_len in p54_tx_80211Jason Conti1-1/+1
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