aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18b43: move under broadcom vendor directoryKalle Valo1-947/+0
2014-07-23b43: report correct rate to mac80211 for 5 GHz packetsRafał Miłecki1-3/+4
2014-06-17b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki1-3/+7
2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki1-1/+1
2014-03-03net: Replace min macro with min_tSilvan Jegen1-1/+1
2014-02-13b43: use kernel api to replace b43 specific helper functionZHAO Gang1-6/+6
2014-01-23b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang1-2/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-07-17b43: use temporary rate_index for error checkingJohannes Berg1-4/+5
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-1/+2
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-11-07b43: HT-PHY: report signal to mac80211Rafał Miłecki1-0/+7
2011-11-07b43: fill ctl1 word on all newer PHYs, fix PHY errorsRafał Miłecki1-2/+6
2011-11-02b43: Remove unneeded messageLarry Finger1-1/+0
2011-10-14b43: N-PHY: report signal to mac80211Rafał Miłecki1-6/+12
2011-10-14Revert "b43: trivial: do not report any link quality instead of invalid one"Rafał Miłecki1-7/+5
2011-10-11b43: trivial: do not report any link quality instead of invalid oneRafał Miłecki1-5/+7
2011-08-22b43: include HT-PHY in some common codeRafał Miłecki1-0/+1
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki1-5/+16
2011-08-22b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki1-0/+22
2011-08-22b43: use enum for firmware header formatRafał Miłecki1-16/+36
2011-08-22b43: rename TX header formatsRafał Miłecki1-12/+12
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-01b43: bus: abstract SPROMRafał Miłecki1-1/+1
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-1/+1
2011-02-25b43: fill PHY ctl word1 in TX header for N-PHYRafał Miłecki1-0/+73
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2010-04-28b43: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2009-11-06b43: Remove deprecated 'qual' from returned RX statusLarry Finger1-1/+0
2009-10-27b43: use ieee80211_rx_ni()John W. Linville1-4/+1
2009-10-27b43: Optimize PIO scratchbuffer usageMichael Buesch1-1/+1
2009-10-12b43: fix ieee80211_rx() contextJohannes Berg1-0/+3
2009-10-07b43: do not stack-allocate pio rx/tx header and tail buffersAlbert Herranz1-1/+1
2009-09-23b43: Add optional verbose runtime statisticsMichael Buesch1-0/+3
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch1-1/+1
2009-09-09b43: Fix sparse warning in hw-tkip codeMichael Buesch1-5/+5
2009-08-20b43: add hardware tkipgregor kowski1-5/+23
2009-08-20b43: Handle B43_PHYTYPE_LP in RX pathGábor Stefanik1-0/+1
2009-08-14b43: Fix hardware key index handlingMichael Buesch1-2/+2
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-06-10b43: Fix possible unaligned u32 accessMatthieu CASTET1-3/+2
2009-03-27b43: fix b43_plcp_get_bitrate_idx_ofdm return typeLorenzo Nava1-1/+1
2009-03-05b43: Pass more RX flags to mac80211Michael Buesch1-4/+13
2008-11-21b43: remove rate index warningJohannes Berg1-2/+2
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-11/+49
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-1/+1