summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-181-13/+14
|\
| * ssb: Fix usage of struct device used for DMAingMichael Buesch2008-04-151-13/+14
* | b43: Add fastpath to b43_mac_suspend()Michael Buesch2008-04-161-0/+7
* | b43: use b43_is_mode() callMichael Buesch2008-04-081-2/+2
* | b43: Fix PHY TX control words in SHMMichael Buesch2008-04-082-83/+117
* | b43: Fix beacon BH updateMichael Buesch2008-04-082-42/+54
* | b43: Beaconing fixesMichael Buesch2008-04-082-6/+37
* | b43: Fix TBTT and PU timingsMichael Buesch2008-04-082-8/+39
* | b43: Add more N-PHY stuffMichael Buesch2008-04-084-12/+41
* | b43: Use SSB block-I/O to do PIOMichael Buesch2008-04-082-83/+91
* | ssb: Turn suspend/resume upside downMichael Buesch2008-04-081-4/+6
* | b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-0810-103/+1267
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-032-3/+10
|\|
| * b43: Fix PCMCIA IRQ routingMichael Buesch2008-04-011-2/+4
| * b43: Add DMA mapping failure messagesMichael Buesch2008-04-011-1/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-283-16/+22
|\|
| * b43: Remove irqs_disabled() sanity checksMichael Buesch2008-03-253-6/+5
| * b43: Fix DMA mapping leakageMichael Buesch2008-03-251-10/+17
* | b43: Don't compile N-PHY code when N-PHY is disabledMichael Buesch2008-03-252-2/+42
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\|
| * b43: phy.c fix typo in register writeHarvey Harrison2008-03-131-1/+1
* | b43: pull out helpers for writing noise tableHarvey Harrison2008-03-131-22/+23
* | make b43_mac_{enable,suspend}() staticAdrian Bunk2008-03-132-5/+2
* | b43: Fix failed frames status report typoMichael Buesch2008-03-071-1/+1
* | b43: Add TX statistics debugging countersMichael Buesch2008-03-072-16/+80
* | b43: Rename the DMA ring pointersMichael Buesch2008-03-073-163/+82
* | b43: Add QOS supportMichael Buesch2008-03-077-91/+262
* | b43: verify sta_notify mac80211 callbackJohannes Berg2008-03-061-0/+11
* | b43(legacy): include full timestamp in beacon framesJohannes Berg2008-02-291-5/+9
* | b43: Add HostFlags HI supportMichael Buesch2008-02-293-35/+52
* | b43: Fix bandswitchMichael Buesch2008-02-292-129/+199
* | cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-294-189/+105
|/
* Use a separate config option for the b43 pci to ssb bridge.Alexey Zaytsev2008-02-281-0/+1
* b43: Fix firmware load message levelMichael Buesch2008-02-151-5/+5
* b43: Add firmware information to modinfoMichael Buesch2008-02-151-0/+2
* b43: Add driver load messagesMichael Buesch2008-02-152-0/+34
* leds: Standardise LED naming schemeRichard Purdie2008-02-071-4/+4
* Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller2008-02-062-58/+99
|\
| * b43: Fix DMA for 30/32-bit DMA enginesMichael Buesch2008-02-052-58/+99
* | b43: avoid unregistering device objects during suspendRafael J. Wysocki2008-02-053-10/+21
* | drivers/net/wireless/b43/main.c needs io.hAndrew Morton2008-02-051-0/+1
|/
* b43: Drop packets that we are not able to encryptMichael Buesch2008-02-013-30/+58
* b43: Fix suspend/resumeMichael Buesch2008-02-012-16/+25
* b43: Fix rfkill allocation leakage in error pathsMichael Buesch2008-02-011-1/+8
* b43: Fix MAC control and microcode initMichael Buesch2008-01-291-13/+48
* b43: Fix firmware cachingMichael Buesch2008-01-292-110/+134
* b43: Add more N-PHY init codeMichael Buesch2008-01-292-24/+320
* b43/nphy.c: include headers to avoid build breakage on some platformsJohn W. Linville2008-01-291-0/+3
* b43: Add lots of N-PHY lookup tablesMichael Buesch2008-01-292-0/+1236
* b43: Add NPHY channel switch codeMichael Buesch2008-01-295-13/+1182