aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (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 Herranz3-116/+132
2009-10-07b43: Fix PPC crash in rfkill polling on unloadLarry Finger1-0/+1
2009-10-07b43: Protect sanity check against physical device removalMichael Buesch1-1/+3
2009-10-07b43: Don't use struct wldev after detach.Michael Buesch3-5/+5
2009-09-29b43: Always use block-I/O for the PIO data registersMichael Buesch1-22/+38
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-197/+645
2009-09-23b43: Implement RFKILL status for LP PHYLarry Finger1-1/+1
2009-09-23b43: Remove BROKEN attribute from SDIOMichael Buesch1-1/+1
2009-09-23b43: fix build error if !CONFIG_B43_LEDSAlbert Herranz3-2/+13
2009-09-23b43: Don't abuse wl->current_dev in the led workMichael Buesch3-5/+5
2009-09-23b43: Add LP PHY Analog Switch SupportThomas Ilnseher1-1/+11
2009-09-23b43: Disable PMQ mechanismMichael Buesch1-0/+14
2009-09-23b43: Add optional verbose runtime statisticsMichael Buesch5-0/+43
2009-09-23b43: Fix IRQ sync for SDIOMichael Buesch1-6/+7
2009-09-23b43: Fix SDIO interrupt handler deadlockMichael Buesch2-6/+5
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch3-4/+4
2009-09-23b43: Add Soft-MAC SDIO device supportAlbert Herranz5-16/+324
2009-09-23b43: Rewrite suspend/resume codeMichael Buesch4-173/+233
2009-09-23b43: Fix resume failureMichael Buesch1-5/+1
2009-09-23b43: Force-wake queues on initMichael Buesch1-0/+2
2009-09-14b43: Fix resume failureMichael Buesch1-5/+1
2009-09-14b43: Force-wake queues on initMichael Buesch1-0/+2
2009-09-09b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch1-2/+6
2009-09-09b43: Fix sparse warning in hw-tkip codeMichael Buesch1-5/+5
2009-09-09b43: Really disable QoS, if requestedMichael Buesch1-1/+17
2009-09-08b43: PCMCIA is not experimental anymoreMichael Buesch1-2/+2
2009-09-08b43: remove SHM spinlockMichael Buesch4-67/+8
2009-09-08b43: Remove PIO RX workqueueMichael Buesch3-34/+7
2009-09-08b43: Remove DMA/PIO queue locksMichael Buesch4-60/+13
2009-09-08b43: Remove TX spinlockMichael Buesch2-37/+43
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch11-221/+204
2009-08-31b43: LP-PHY: Fix TX gain tablesGábor Stefanik1-153/+153
2009-08-31b43: Fix typo in modparam_btcoex descriptionGábor Stefanik1-1/+1
2009-08-31b43: Add myself to module authors & to LP-PHY file copyright noticesGábor Stefanik3-2/+5
2009-08-31b43: Refactor and update antenna diversity for A/G-PHYGábor Stefanik2-65/+36
2009-08-28b43: Implement antenna diversity support for LP-PHYGábor Stefanik5-9/+17
2009-08-28b43: Enable LP-PHY support by default and remove Kconfig warningGábor Stefanik1-3/+1
2009-08-28b43: LP-PHY: Revert to the original PHY register write routineGábor Stefanik1-1/+2
2009-08-28ssb: Implement PMU LDO control and use it in b43Gábor Stefanik1-7/+3
2009-08-28b43: Fix and update LP-PHY codeGábor Stefanik5-81/+122
2009-08-28b43: LP-PHY: Fix and simplify Qdiv roundupGábor Stefanik1-11/+8
2009-08-28b43: LP-PHY: Fix a few typos in the RC calibration codeGábor Stefanik1-3/+4
2009-08-20b43: add hardware tkipgregor kowski5-12/+147
2009-08-20b43: LP-PHY: Implement spec updates and remove resolved FIXMEsGábor Stefanik3-46/+82
2009-08-20b43: LP-PHY: Two small spec updatesGábor Stefanik1-5/+12
2009-08-20b43: LP-PHY: Fix setting TX power control mode during RC calibrationGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Fix reading old mode in the set TX power control routineGábor Stefanik1-2/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-1/+1
2009-08-20b43: LP-PHY: Remove BROKEN from B43_PHY_LPGábor Stefanik2-7/+9