aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* b43: Fix rxheader channel parsingMichael Buesch2008-01-081-8/+19
* [B43]: Fix sparse warnings.Michael Buesch2007-10-101-3/+5
* [B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch2007-10-101-0/+648