aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-2/+2
2008-08-29b43: Rewrite TX power adjustmentMichael Buesch1-0/+2
2008-08-29b43: Implement dynamic PHY APIMichael Buesch1-2/+4
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-1/+2
2008-06-26b43: use frame control helpersHarvey Harrison1-10/+7
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-30/+28
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-5/+8
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-3/+2
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-1/+1
2008-04-08b43: Add more N-PHY stuffMichael Buesch1-8/+15
2008-04-08b43: Add PIO support for PCMCIA devicesMichael Buesch1-23/+38
2008-03-07b43: Add QOS supportMichael Buesch1-27/+0
2008-02-29b43(legacy): include full timestamp in beacon framesJohannes Berg1-5/+9
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-37/+44
2008-01-31b43: Drop packets that we are not able to encryptMichael Buesch1-21/+27
2008-01-31b43: Fix suspend/resumeMichael Buesch1-14/+17
2008-01-28b43: Add support for new firmwareMichael Buesch1-50/+94
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-3/+3
2008-01-28b43: Remove PIO supportMichael Buesch1-13/+4
2008-01-28b43: Only select allowed TX and RX antennasMichael Buesch1-4/+5
2008-01-28wireless: cleanup some merge errorsJohn W. Linville1-2/+18
2008-01-28b43: include FCS in frames handed to mac80211Johannes Berg1-1/+0
2008-01-28b43: Convert to use of the new SPROM structureLarry Finger1-1/+1
2008-01-28b43/b43legacy: fix my copyright noticesStefano Brivio1-1/+1
2008-01-28b43: Use the retry limit parameters from mac80211Michael Buesch1-1/+2
2008-01-28wireless: make drivers include the TSF RX flag where appropriateJohannes Berg1-0/+1
2008-01-08b43: Fix rxheader channel parsingMichael Buesch1-8/+19
2007-10-10[B43]: Fix sparse warnings.Michael Buesch1-3/+5
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch1-0/+648