index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
b43
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-09
b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO
Michael Buesch
1
-2
/
+6
2009-09-09
b43: Fix sparse warning in hw-tkip code
Michael Buesch
1
-5
/
+5
2009-09-09
b43: Really disable QoS, if requested
Michael Buesch
1
-1
/
+17
2009-09-09
b43: PCMCIA is not experimental anymore
Michael Buesch
1
-2
/
+2
2009-09-09
b43: remove SHM spinlock
Michael Buesch
4
-67
/
+8
2009-09-09
b43: Remove PIO RX workqueue
Michael Buesch
3
-34
/
+7
2009-09-09
b43: Remove DMA/PIO queue locks
Michael Buesch
4
-60
/
+13
2009-09-09
b43: Remove TX spinlock
Michael Buesch
2
-37
/
+43
2009-09-09
b43: Use a threaded IRQ handler
Michael Buesch
11
-221
/
+204
2009-08-31
b43: LP-PHY: Fix TX gain tables
Gábor Stefanik
1
-153
/
+153
2009-08-31
b43: Fix typo in modparam_btcoex description
Gábor Stefanik
1
-1
/
+1
2009-08-31
b43: Add myself to module authors & to LP-PHY file copyright notices
Gábor Stefanik
3
-2
/
+5
2009-08-31
b43: Refactor and update antenna diversity for A/G-PHY
Gábor Stefanik
2
-65
/
+36
2009-08-28
b43: Implement antenna diversity support for LP-PHY
Gábor Stefanik
5
-9
/
+17
2009-08-28
b43: Enable LP-PHY support by default and remove Kconfig warning
Gábor Stefanik
1
-3
/
+1
2009-08-28
b43: LP-PHY: Revert to the original PHY register write routine
Gábor Stefanik
1
-1
/
+2
2009-08-28
ssb: Implement PMU LDO control and use it in b43
Gábor Stefanik
1
-7
/
+3
2009-08-28
b43: Fix and update LP-PHY code
Gábor Stefanik
5
-81
/
+122
2009-08-28
b43: LP-PHY: Fix and simplify Qdiv roundup
Gábor Stefanik
1
-11
/
+8
2009-08-28
b43: LP-PHY: Fix a few typos in the RC calibration code
Gábor Stefanik
1
-3
/
+4
2009-08-20
b43: add hardware tkip
gregor kowski
5
-12
/
+147
2009-08-20
b43: LP-PHY: Implement spec updates and remove resolved FIXMEs
Gábor Stefanik
3
-46
/
+82
2009-08-20
b43: LP-PHY: Two small spec updates
Gábor Stefanik
1
-5
/
+12
2009-08-20
b43: LP-PHY: Fix setting TX power control mode during RC calibration
Gábor Stefanik
1
-1
/
+1
2009-08-20
b43: LP-PHY: Fix reading old mode in the set TX power control routine
Gábor Stefanik
1
-2
/
+2
2009-08-20
mac80211: allow configure_filter callback to sleep
Johannes Berg
1
-1
/
+1
2009-08-20
b43: LP-PHY: Remove BROKEN from B43_PHY_LP
Gábor Stefanik
2
-7
/
+9
2009-08-20
b43: LP-PHY: Update B2062 radio init with recent spec changes
Gábor Stefanik
1
-0
/
+5
2009-08-20
b43: LP-PHY: Fix a bug in the B2062 channel tune path
Gábor Stefanik
1
-1
/
+1
2009-08-20
b43: LP-PHY: Update code for spec fixes, and fix a few typos
Gábor Stefanik
1
-18
/
+35
2009-08-20
b43: LP-PHY: Fix a spec error in the B2062 channel switch routine
Gábor Stefanik
1
-0
/
+4
2009-08-20
b43: LP-PHY: Update baseband init for recent spec changes
Gábor Stefanik
1
-5
/
+68
2009-08-20
b43: Handle B43_PHYTYPE_LP in RX path
Gábor Stefanik
2
-1
/
+2
2009-08-20
b43: LP-PHY: Fix another TX power control abuse
Gábor Stefanik
1
-3
/
+4
2009-08-20
b43: LP-PHY: Update TX gain override for a spec typo fix
Gábor Stefanik
1
-1
/
+1
2009-08-20
b43: LP-PHY: Don't adjust gain table for rev2+ when setting channel
Gábor Stefanik
1
-2
/
+1
2009-08-20
b43: Make LP-PHY testable
Gábor Stefanik
1
-4
/
+7
2009-08-20
b43: Add LP-PHY firmware loading support
Gábor Stefanik
1
-1
/
+25
2009-08-20
b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio
Gábor Stefanik
2
-15
/
+284
2009-08-20
b43: LP-PHY: Implement channel switching for rev2+/B2063 radio
Gábor Stefanik
1
-22
/
+402
2009-08-20
b43: LP-PHY: Initialize TX power control
Gábor Stefanik
2
-7
/
+103
2009-08-20
b43: Update dummy transmission to match V4 specs
Gábor Stefanik
5
-23
/
+31
2009-08-14
b43: Implement RC calibration for rev.0/1 LP-PHYs
Gábor Stefanik
1
-47
/
+460
2009-08-14
b43: LP-PHY: Refactor TX gain table I/O
Gábor Stefanik
2
-39
/
+55
2009-08-14
b43: Implement RC calibration for rev.2+ LP PHYs
Gábor Stefanik
1
-1
/
+85
2009-08-14
b43: LP-PHY: Implement reading band SPROM
Gábor Stefanik
2
-1
/
+100
2009-08-14
b43: Fix a typo in the sync_stx routine
Gábor Stefanik
1
-1
/
+1
2009-08-14
b43: Update LP-PHY rev2+ baseband init to match the specs
Gábor Stefanik
2
-4
/
+72
2009-08-14
b43: Implement LP-PHY baseband table initialization
Gábor Stefanik
3
-4
/
+1756
2009-08-14
b43: LP-PHY: Implement STX synchronization
Gábor Stefanik
1
-2
/
+55
[next]