aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-24b43: Remove irqs_disabled() sanity checksMichael Buesch1-2/+0
2008-02-15b43: Fix firmware load message levelMichael Buesch1-5/+5
2008-02-15b43: Add firmware information to modinfoMichael Buesch1-0/+2
2008-02-15b43: Add driver load messagesMichael Buesch1-0/+28
2008-02-05b43: avoid unregistering device objects during suspendRafael J. Wysocki1-9/+16
2008-02-05drivers/net/wireless/b43/main.c needs io.hAndrew Morton1-0/+1
2008-01-31b43: Fix suspend/resumeMichael Buesch1-2/+8
2008-01-31b43: Fix rfkill allocation leakage in error pathsMichael Buesch1-1/+8
2008-01-28b43: Fix MAC control and microcode initMichael Buesch1-13/+48
2008-01-28b43: Fix firmware cachingMichael Buesch1-106/+123
2008-01-28b43: Add NPHY radio init codeMichael Buesch1-0/+3
2008-01-28b43: Add support for new firmwareMichael Buesch1-14/+36
2008-01-28b43: Fix radio ID register readingMichael Buesch1-4/+3
2008-01-28b43: Add N-PHY related initvals firmware filenames.Michael Buesch1-0/+12
2008-01-28b43: Fix tim search buffer overrunMichael Buesch1-3/+4
2008-01-28b43: Put multicast frames on the mcast queueMichael Buesch1-13/+29
2008-01-28b43: Fix template upload locking.Michael Buesch1-7/+8
2008-01-28b43: Fix upload of beacon packets to the hardwareMichael Buesch1-77/+145
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-6/+7
2008-01-28b43: Remove the PHY spinlockMichael Buesch1-4/+0
2008-01-28b43: Fix any N-PHY related WARN_ON() in the attach stage.Michael Buesch1-87/+50
2008-01-28b43: Add NPHY kconfig optionMichael Buesch1-0/+7
2008-01-28b43: Add definitions for MAC Control registerMichael Buesch1-19/+18
2008-01-28b43: Remove PIO supportMichael Buesch1-76/+8
2008-01-28b43: Fix chip access validation for new devicesMichael Buesch1-15/+25
2008-01-28b43: Only select allowed TX and RX antennasMichael Buesch1-8/+34
2008-01-28ssb: Fix extraction of values from SPROMMichael Buesch1-10/+0
2008-01-28b43: Fix ofdmtab write regressionMichael Buesch1-6/+6
2008-01-28b43: Changes to enable BCM4311 rev 02 with wireless core revision 13Larry Finger1-1/+2
2008-01-28b43: reinit on too many PHY TX errorsStefano Brivio1-1/+16
2008-01-28b43: include FCS in frames handed to mac80211Johannes Berg1-1/+2
2008-01-28b43: include full 64-bit timestamp in monitor modeJohannes Berg1-0/+2
2008-01-28b43: Convert to use of the new SPROM structureLarry Finger1-16/+16
2008-01-28b43/b43legacy: fix my copyright noticesStefano Brivio1-1/+1
2008-01-28b43: rewrite A PHY initializationStefano Brivio1-0/+3
2008-01-28b43: consistent naming for ieee80211_opsMichael Buesch1-37/+38
2008-01-28b43: Use the retry limit parameters from mac80211Michael Buesch1-29/+51
2008-01-28b43: Dereference of wl->current_dev must be protected by wl->mutexMichael Buesch1-14/+12
2007-12-17b43: Fix rfkill radio LEDLarry Finger1-11/+11
2007-11-29b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio1-1/+1
2007-11-10b43: fix shared IRQ race conditionStefano Brivio1-7/+10
2007-11-10b43: Rewrite and fix rfkill initMichael Buesch1-2/+0
2007-10-25[PATCH] b43/b43legacy: jiffies_round -> jiffies_round_relativeAnton Blanchard1-1/+1
2007-10-18[PATCH] b43: Make b43_stop() staticMichael Buesch1-1/+1
2007-10-18[PATCH] drivers/net/wireless/b43/main.c: fix an uninitialized variableWANG Cong1-1/+1
2007-10-18[PATCH] janitorial: fix all double includes in drivers/net/wirelessHolger Schurig1-1/+0
2007-10-10[MAC80211]: remove ALG_NONEJohannes Berg1-3/+0
2007-10-10[B43]: Rewrite pwork locking policy.Michael Buesch1-56/+32
2007-10-10[B43]: Use input-polldev for the rfkill switchMichael Buesch1-41/+12
2007-10-10[B43]: RF-kill supportMichael Buesch1-7/+11