aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-51/+124
* 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/+0
* b43: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-061-1/+0
* b43: use ieee80211_rx_ni()John W. Linville2009-10-271-4/+1
* 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/+2
* b43: fix b43_plcp_get_bitrate_idx_ofdm return typeLorenzo Nava2009-03-271-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-10-311-11/+49
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-061-1/+1
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-061-2/+2
* b43: Rewrite TX power adjustmentMichael Buesch2008-08-291-0/+2
* b43: Implement dynamic PHY APIMichael Buesch2008-08-291-2/+4
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* mac80211: fix TX sequence numbersJohannes Berg2008-07-141-1/+2
* b43: use frame control helpersHarvey Harrison2008-06-261-10/+7
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-30/+28
* mac80211: use rate index in TX controlJohannes Berg2008-05-211-5/+8
* mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-3/+2
* mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn2008-05-071-1/+1
* b43: Add more N-PHY stuffMichael Buesch2008-04-081-8/+15
* b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-081-23/+38
* b43: Add QOS supportMichael Buesch2008-03-071-27/+0
* b43(legacy): include full timestamp in beacon framesJohannes Berg2008-02-291-5/+9
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-37/+44
* b43: Drop packets that we are not able to encryptMichael Buesch2008-01-311-21/+27
* b43: Fix suspend/resumeMichael Buesch2008-01-311-14/+17
* b43: Add support for new firmwareMichael Buesch2008-01-281-50/+94
* mac80211: dont use interface indices in driversJohannes Berg2008-01-281-3/+3
* b43: Remove PIO supportMichael Buesch2008-01-281-13/+4
* b43: Only select allowed TX and RX antennasMichael Buesch2008-01-281-4/+5
* wireless: cleanup some merge errorsJohn W. Linville2008-01-281-2/+18
* b43: include FCS in frames handed to mac80211Johannes Berg2008-01-281-1/+0
* b43: Convert to use of the new SPROM structureLarry Finger2008-01-281-1/+1
* b43/b43legacy: fix my copyright noticesStefano Brivio2008-01-281-1/+1
* b43: Use the retry limit parameters from mac80211Michael Buesch2008-01-281-1/+2
* wireless: make drivers include the TSF RX flag where appropriateJohannes Berg2008-01-281-0/+1