summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-14b43: Fix noise calculation WARN_ONMichael Buesch1-6/+10
2008-05-29b43: Fix controller restart crashMichael Buesch1-2/+10
2008-05-29b43: Upload both beacon templates on initial loadMichael Buesch1-14/+44
2008-05-02b43: Fix some TX/RX locking issuesMichael Buesch1-14/+29
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-0/+8
2008-05-01b43: Fix dual-PHY devicesMichael Buesch1-0/+8
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+28
2008-04-24b43: Add more btcoexist workaroundsMichael Buesch1-4/+9
2008-04-24b43: Fix HostFlags data typesMichael Buesch1-2/+3
2008-04-24b43: Workaround invalid bluetooth settingsMichael Buesch1-2/+20
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki1-4/+4
2008-04-16b43: Add fastpath to b43_mac_suspend()Michael Buesch1-0/+7
2008-04-09b43: use b43_is_mode() callMichael Buesch1-2/+2
2008-04-09b43: Fix PHY TX control words in SHMMichael Buesch1-83/+116
2008-04-09b43: Fix beacon BH updateMichael Buesch1-41/+54
2008-04-09b43: Beaconing fixesMichael Buesch1-6/+36
2008-04-09b43: Fix TBTT and PU timingsMichael Buesch1-8/+38
2008-04-09b43: Add more N-PHY stuffMichael Buesch1-1/+13
2008-04-08b43: Add PIO support for PCMCIA devicesMichael Buesch1-6/+31
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-2/+0
2008-03-25b43: Remove irqs_disabled() sanity checksMichael Buesch1-2/+0
2008-03-13make b43_mac_{enable,suspend}() staticAdrian Bunk1-2/+2
2008-03-08b43: Rename the DMA ring pointersMichael Buesch1-3/+2
2008-03-08b43: Add QOS supportMichael Buesch1-2/+178
2008-03-06b43: verify sta_notify mac80211 callbackJohannes Berg1-0/+11
2008-02-29b43: Add HostFlags HI supportMichael Buesch1-7/+13
2008-02-29b43: Fix bandswitchMichael Buesch1-122/+195
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-59/+60
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-02-01b43: Fix suspend/resumeMichael Buesch1-2/+8
2008-02-01b43: Fix rfkill allocation leakage in error pathsMichael Buesch1-1/+8
2008-01-29b43: Fix MAC control and microcode initMichael Buesch1-13/+48
2008-01-29b43: Fix firmware cachingMichael Buesch1-106/+123
2008-01-29b43: Add NPHY radio init codeMichael Buesch1-0/+3
2008-01-29b43: Add support for new firmwareMichael Buesch1-14/+36
2008-01-29b43: Fix radio ID register readingMichael Buesch1-4/+3
2008-01-29b43: Add N-PHY related initvals firmware filenames.Michael Buesch1-0/+12
2008-01-29b43: Fix tim search buffer overrunMichael Buesch1-3/+4
2008-01-29b43: Put multicast frames on the mcast queueMichael Buesch1-13/+29
2008-01-29b43: Fix template upload locking.Michael Buesch1-7/+8
2008-01-29b43: Fix upload of beacon packets to the hardwareMichael Buesch1-77/+145
2008-01-29mac80211: dont use interface indices in driversJohannes Berg1-6/+7
2008-01-29b43: Remove the PHY spinlockMichael Buesch1-4/+0
2008-01-29b43: Fix any N-PHY related WARN_ON() in the attach stage.Michael Buesch1-87/+50
2008-01-29b43: Add NPHY kconfig optionMichael Buesch1-0/+7