summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: Fix any N-PHY related WARN_ON() in the attach stage.Michael Buesch2008-01-292-92/+60Star
* b43: Add NPHY kconfig optionMichael Buesch2008-01-292-0/+17
* b43: Add definitions for MAC Control registerMichael Buesch2008-01-292-22/+28
* b43: Remove PIO supportMichael Buesch2008-01-298-252/+21Star
* b43: Fix chip access validation for new devicesMichael Buesch2008-01-292-15/+30
* b43: Only select allowed TX and RX antennasMichael Buesch2008-01-293-12/+42
* ssb: Fix extraction of values from SPROMMichael Buesch2008-01-291-10/+0Star
* wireless: cleanup some merge errorsJohn W. Linville2008-01-291-2/+18
* b43: Fix for broken transmissionMichael Buesch2008-01-293-15/+23
* b43: Fix ofdmtab write regressionMichael Buesch2008-01-293-22/+39
* b43: Changes to enable BCM4311 rev 02 with wireless core revision 13Larry Finger2008-01-293-10/+26
* b43: reinit on too many PHY TX errorsStefano Brivio2008-01-292-1/+21
* b43: include FCS in frames handed to mac80211Johannes Berg2008-01-292-2/+2
* b43: include full 64-bit timestamp in monitor modeJohannes Berg2008-01-292-0/+4
* b43: Convert to use of the new SPROM structureLarry Finger2008-01-296-56/+55Star
* b43: silence a bogus gcc warningFrank Lichtenheld2008-01-291-1/+1
* b43/b43legacy: fix my copyright noticesStefano Brivio2008-01-298-11/+8Star
* b43: rewrite A PHY initializationStefano Brivio2008-01-299-513/+914
* b43: consistent naming for ieee80211_opsMichael Buesch2008-01-291-37/+38
* b43: Use the retry limit parameters from mac80211Michael Buesch2008-01-292-30/+53
* b43: Dereference of wl->current_dev must be protected by wl->mutexMichael Buesch2008-01-291-14/+12Star
* wireless: make drivers include the TSF RX flag where appropriateJohannes Berg2008-01-281-0/+1
* b43: fix use-after-free rfkill bugStefano Brivio2008-01-161-5/+6
* b43: Fix rxheader channel parsingMichael Buesch2008-01-094-53/+61
* b43: Fix rfkill radio LEDLarry Finger2007-12-173-16/+47
* drivers/net/wireless: Add missing "space"Joe Perches2007-11-301-1/+1
* b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio2007-11-301-1/+1
* b43: Fix kconfig dependencies for rfkill and ledsMichael Buesch2007-11-101-4/+6
* b43: properly request pcmcia IRQMichael Buesch2007-11-101-0/+8
* b43: fix shared IRQ race conditionStefano Brivio2007-11-101-7/+10
* b43: Rewrite and fix rfkill initMichael Buesch2007-11-103-80/+55Star
* b43: debugfs SHM read buffer overrun fixMichael Buesch2007-11-101-1/+1
* b43: Fix rfkill callback deadlockMichael Buesch2007-11-101-4/+10
* b43: pcmcia-host initialization bugfixesMichael Buesch2007-11-101-19/+25
* [PATCH] b43/b43legacy: jiffies_round -> jiffies_round_relativeAnton Blanchard2007-10-261-1/+1
* [PATCH] b43: Make b43_stop() staticMichael Buesch2007-10-181-1/+1
* [PATCH] drivers/net/wireless/b43/main.c: fix an uninitialized variableWANG Cong2007-10-181-1/+1
* [PATCH] janitorial: fix all double includes in drivers/net/wirelessHolger Schurig2007-10-181-1/+0Star
* b43 wireless needs <linux/io.h>Geert Uytterhoeven2007-10-133-2/+5
* [MAC80211]: remove ALG_NONEJohannes Berg2007-10-111-3/+0Star
* [B43]: Rewrite pwork locking policy.Michael Buesch2007-10-111-56/+32Star
* [B43]: Use input-polldev for the rfkill switchMichael Buesch2007-10-114-98/+107
* [B43]: RF-kill supportMichael Buesch2007-10-119-15/+245
* [B43]: LED triggers supportMichael Buesch2007-10-116-295/+229Star
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-112-127/+136
* [B43]: Support for turning the radio off from software.Michael Buesch2007-10-113-13/+63
* [B43]: Remove the "radio hw enabled" message on startup.Michael Buesch2007-10-111-3/+3
* [B43]: Change loglevel of radio-enable message.Michael Buesch2007-10-113-29/+26Star
* [B43]: Don't lock irq_lock in debugfs txpower adjustMichael Buesch2007-10-111-14/+5Star
* [B43]: Fix sparse warnings.Michael Buesch2007-10-118-34/+50