aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wireless/b43: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-5/+5
* b43: Dynamically control log verbosityMichael Buesch2009-01-291-8/+17
* b43: Accessing the TSF via mac80211Alina Friedrichsen2009-01-291-0/+39
* b43: Automatically probe for opensource firmwareMichael Buesch2009-01-291-43/+111
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-1/+1
* b43: Eliminate compilation warning in b43_op_set_keyLarry Finger2009-01-291-1/+4
* mac80211: clean up set_key callbackJohannes Berg2009-01-291-4/+9
* b43: Change schedule for old-fw support removalMichael Buesch2009-01-291-3/+7
* b43/ssb: Add SPROM8 extraction and LP-PHY detectionMichael Buesch2009-01-291-0/+12
* b43: detect N PHY revision/radioJohannes Berg2009-01-291-2/+2
* ssb/b43: add new N PHY deviceJohannes Berg2009-01-291-0/+1
* b43: Use 64bit atomic register access for TSFMichael Buesch2009-01-291-69/+20
* b43: Fixup set_key handlingMichael Buesch2009-01-291-16/+20
* b43: fix "‘gmode’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
* b43: Add key memory dumpingMichael Buesch2008-12-191-2/+51
* b43: Fix some MAC lockingMichael Buesch2008-12-191-42/+8
* b43: implement short slot and basic rate handlingJohannes Berg2008-11-101-12/+99
* b43/legacy: remove SSID codeJohannes Berg2008-11-101-21/+0
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-1/+1
* mac80211: make retry limits part of hw configJohannes Berg2008-10-311-37/+23
* mac80211: introduce hw config change flagsJohannes Berg2008-10-311-1/+2
* mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2008-10-311-22/+3
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-061-0/+1
* b43: Increase loop tries in do_dummy_txLarry Finger2008-09-301-1/+1
* b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of...Larry Finger2008-09-301-0/+1
* b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant o...Larry Finger2008-09-301-1/+2
* mac80211: share STA information with driverJohannes Berg2008-09-151-2/+3
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-19/+19
* b43: Remove QoS update workqueueMichael Buesch2008-09-111-42/+23
* b43: Fix QoS defaultsMichael Buesch2008-09-111-11/+45
* b43: Replace hardcoded Analog switchMichael Buesch2008-09-081-1/+2
* b43: Move Analog switching into phy codeMichael Buesch2008-09-081-20/+3
* b43: Split PHY alloc and initMichael Buesch2008-09-051-14/+22
* b43: Move code from nphy.* to phy_n.*Michael Buesch2008-09-051-1/+1
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+7
* b43: Rewrite TX power adjustmentMichael Buesch2008-08-291-5/+13
* b43: Implement dynamic PHY APIMichael Buesch2008-08-291-130/+42
* removed unused #include <version.h>Huang Weiyi2008-08-181-1/+0
* b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306Larry Finger2008-08-181-0/+1
* b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)Larry Finger2008-08-181-0/+1
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-2/+1
* wireless: fix warnings from QoS patchJohannes Berg2008-07-151-40/+7
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-28/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-281-17/+69
|\
| * b43: Add debugfs firmware debugging knobMichael Buesch2008-06-271-0/+13
| * b43: Add simple firmware watchdogMichael Buesch2008-06-271-0/+15
| * b43: Add debugfs files for random SHM accessMichael Buesch2008-06-261-17/+41
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-4/+8
|\ \ | |/ |/|
| * b43: Do not return TX_BUSY from op_txMichael Buesch2008-06-251-4/+8