summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2008-04-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-13/+14
2008-04-16b43: Add fastpath to b43_mac_suspend()Michael Buesch1-0/+7
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch1-13/+14
2008-04-09b43: use b43_is_mode() callMichael Buesch1-2/+2
2008-04-09b43: Fix PHY TX control words in SHMMichael Buesch2-83/+117
2008-04-09b43: Fix beacon BH updateMichael Buesch2-42/+54
2008-04-09b43: Beaconing fixesMichael Buesch2-6/+37
2008-04-09b43: Fix TBTT and PU timingsMichael Buesch2-8/+39
2008-04-09b43: Add more N-PHY stuffMichael Buesch4-12/+41
2008-04-09b43: Use SSB block-I/O to do PIOMichael Buesch2-83/+91
2008-04-08ssb: Turn suspend/resume upside downMichael Buesch1-4/+6
2008-04-08b43: Add PIO support for PCMCIA devicesMichael Buesch10-103/+1267
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-3/+10
2008-04-01b43: Fix PCMCIA IRQ routingMichael Buesch1-2/+4
2008-04-01b43: Add DMA mapping failure messagesMichael Buesch1-1/+6
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller3-16/+22
2008-03-25b43: Don't compile N-PHY code when N-PHY is disabledMichael Buesch2-2/+42
2008-03-25b43: Remove irqs_disabled() sanity checksMichael Buesch3-6/+5
2008-03-25b43: Fix DMA mapping leakageMichael Buesch1-10/+17
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-03-13b43: pull out helpers for writing noise tableHarvey Harrison1-22/+23
2008-03-13make b43_mac_{enable,suspend}() staticAdrian Bunk2-5/+2
2008-03-13b43: phy.c fix typo in register writeHarvey Harrison1-1/+1
2008-03-08b43: Fix failed frames status report typoMichael Buesch1-1/+1
2008-03-08b43: Add TX statistics debugging countersMichael Buesch2-16/+80
2008-03-08b43: Rename the DMA ring pointersMichael Buesch3-163/+82
2008-03-08b43: Add QOS supportMichael Buesch7-91/+262
2008-03-06b43: verify sta_notify mac80211 callbackJohannes Berg1-0/+11
2008-02-29b43(legacy): include full timestamp in beacon framesJohannes Berg1-5/+9
2008-02-29b43: Add HostFlags HI supportMichael Buesch3-35/+52
2008-02-29b43: Fix bandswitchMichael Buesch2-129/+199
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg4-189/+105
2008-02-28Use a separate config option for the b43 pci to ssb bridge.Alexey Zaytsev1-0/+1
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 Buesch2-0/+34
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-4/+4
2008-02-06Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller2-58/+99
2008-02-05b43: Fix DMA for 30/32-bit DMA enginesMichael Buesch2-58/+99
2008-02-05b43: avoid unregistering device objects during suspendRafael J. Wysocki3-10/+21
2008-02-05drivers/net/wireless/b43/main.c needs io.hAndrew Morton1-0/+1
2008-02-01b43: Drop packets that we are not able to encryptMichael Buesch3-30/+58
2008-02-01b43: Fix suspend/resumeMichael Buesch2-16/+25
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 Buesch2-110/+134
2008-01-29b43: Add more N-PHY init codeMichael Buesch2-24/+320
2008-01-29b43/nphy.c: include headers to avoid build breakage on some platformsJohn W. Linville1-0/+3
2008-01-29b43: Add lots of N-PHY lookup tablesMichael Buesch2-0/+1236
2008-01-29b43: Add NPHY channel switch codeMichael Buesch5-13/+1182