summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28b43: Mask PHY TX error interrupt, if not debuggingMichael Buesch1-0/+2
2009-03-05b43: Fix compilation for devices without PCI coreMichael Buesch1-0/+2
2009-02-27b43: checkpatch.pl cleanupsJohn Daiker1-13/+13
2009-02-27b43: Implement sw scan callbacksMichael Buesch1-0/+31
2009-02-27b43: Enable PCI slow clock workaround, if needed.Michael Buesch1-0/+3
2009-02-27b43: Honor the no-slow-clock boardflagMichael Buesch1-1/+3
2009-02-27b43: Fix radio host flagsMichael Buesch1-4/+6
2009-02-18drivers/net/wireless/b43: fix warning: format not a string literal and no ...Hannes Eder1-5/+5
2009-01-30b43: Dynamically control log verbosityMichael Buesch1-8/+17
2009-01-30b43: Accessing the TSF via mac80211Alina Friedrichsen1-0/+39
2009-01-30b43: Automatically probe for opensource firmwareMichael Buesch1-43/+111
2009-01-30wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2009-01-30b43: Eliminate compilation warning in b43_op_set_keyLarry Finger1-1/+4
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-4/+9
2009-01-29b43: Change schedule for old-fw support removalMichael Buesch1-3/+7
2009-01-29b43/ssb: Add SPROM8 extraction and LP-PHY detectionMichael Buesch1-0/+12
2009-01-29b43: detect N PHY revision/radioJohannes Berg1-2/+2
2009-01-29ssb/b43: add new N PHY deviceJohannes Berg1-0/+1
2009-01-29b43: Use 64bit atomic register access for TSFMichael Buesch1-69/+20
2009-01-29b43: Fixup set_key handlingMichael Buesch1-16/+20
2009-01-13b43: fix "‘gmode’ may be used uninitialized" warningJohn W. Linville1-1/+1
2008-12-19b43: Add key memory dumpingMichael Buesch1-2/+51
2008-12-19b43: Fix some MAC lockingMichael Buesch1-42/+8
2008-11-10b43: implement short slot and basic rate handlingJohannes Berg1-12/+99
2008-11-10b43/legacy: remove SSID codeJohannes Berg1-21/+0
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-1/+1
2008-11-01mac80211: make retry limits part of hw configJohannes Berg1-37/+23
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-11-01mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg1-22/+3
2008-10-28net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-07mac80211: add multi-rate retry supportFelix Fietkau1-0/+1
2008-09-30b43: Increase loop tries in do_dummy_txLarry Finger1-1/+1
2008-09-30b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of...Larry Finger1-0/+1
2008-09-30b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant o...Larry Finger1-1/+2
2008-09-16mac80211: share STA information with driverJohannes Berg1-2/+3
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-19/+19
2008-09-11b43: Remove QoS update workqueueMichael Buesch1-42/+23
2008-09-11b43: Fix QoS defaultsMichael Buesch1-11/+45
2008-09-08b43: Replace hardcoded Analog switchMichael Buesch1-1/+2
2008-09-08b43: Move Analog switching into phy codeMichael Buesch1-20/+3
2008-09-06b43: Split PHY alloc and initMichael Buesch1-14/+22
2008-09-06b43: Move code from nphy.* to phy_n.*Michael Buesch1-1/+1
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+7
2008-08-30b43: Rewrite TX power adjustmentMichael Buesch1-5/+13
2008-08-30b43: Implement dynamic PHY APIMichael Buesch1-130/+42
2008-08-18removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-18b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306Larry Finger1-0/+1
2008-08-18b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)Larry Finger1-0/+1
2008-07-30mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg1-2/+1
2008-07-15wireless: fix warnings from QoS patchJohannes Berg1-40/+7