summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* b43: report correct rate to mac80211 for 5 GHz packetsRafał Miłecki2014-07-231-3/+4
* b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki2014-06-171-3/+7
* b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki2014-05-201-1/+1
* net: Replace min macro with min_tSilvan Jegen2014-03-031-1/+1
* b43: use kernel api to replace b43 specific helper functionZHAO Gang2014-02-131-6/+6
* b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang2014-01-231-2/+2
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* b43: use temporary rate_index for error checkingJohannes Berg2012-07-171-4/+5
* mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-1/+2
* mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2012-04-101-1/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-2/+2
* b43: HT-PHY: report signal to mac80211Rafał Miłecki2011-11-071-0/+7
* b43: fill ctl1 word on all newer PHYs, fix PHY errorsRafał Miłecki2011-11-071-2/+6
* b43: Remove unneeded messageLarry Finger2011-11-021-1/+0Star
* b43: N-PHY: report signal to mac80211Rafał Miłecki2011-10-141-6/+12
* Revert "b43: trivial: do not report any link quality instead of invalid one"Rafał Miłecki2011-10-141-7/+5Star
* b43: trivial: do not report any link quality instead of invalid oneRafał Miłecki2011-10-111-5/+7
* b43: include HT-PHY in some common codeRafał Miłecki2011-08-221-0/+1
* b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki2011-08-221-5/+16
* b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki2011-08-221-0/+22
* b43: use enum for firmware header formatRafał Miłecki2011-08-221-16/+36
* b43: rename TX header formatsRafał Miłecki2011-08-221-12/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * Update my e-mail addressMichael Büsch2011-07-071-1/+1
* | mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-2/+1Star
* | b43: bus: abstract SPROMRafał Miłecki2011-06-011-1/+1
|/
* b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-1/+1
* b43: fill PHY ctl word1 in TX header for N-PHYRafał Miłecki2011-02-251-0/+73
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+1
* b43: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0Star
* b43: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-061-1/+0Star
* b43: use ieee80211_rx_ni()John W. Linville2009-10-271-4/+1Star
* b43: Optimize PIO scratchbuffer usageMichael Buesch2009-10-271-1/+1
* b43: fix ieee80211_rx() contextJohannes Berg2009-10-121-0/+3
* b43: do not stack-allocate pio rx/tx header and tail buffersAlbert Herranz2009-10-071-1/+1
* b43: Add optional verbose runtime statisticsMichael Buesch2009-09-231-0/+3
* b43: Do not use _irqsafe callbacksMichael Buesch2009-09-231-1/+1
* b43: Fix sparse warning in hw-tkip codeMichael Buesch2009-09-091-5/+5
* b43: add hardware tkipgregor kowski2009-08-201-5/+23
* b43: Handle B43_PHYTYPE_LP in RX pathGábor Stefanik2009-08-201-0/+1
* b43: Fix hardware key index handlingMichael Buesch2009-08-141-2/+2
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* b43: Fix possible unaligned u32 accessMatthieu CASTET2009-06-101-3/+2Star
* b43: fix b43_plcp_get_bitrate_idx_ofdm return typeLorenzo Nava2009-03-281-1/+1
* b43: Pass more RX flags to mac80211Michael Buesch2009-03-051-4/+13
* b43: remove rate index warningJohannes Berg2008-11-211-2/+2
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-11/+49
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-071-1/+1
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-071-2/+2