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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-24
rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build
Larry Finger
34
-185
/
+744
2011-02-24
rtlwifi: Eliminate udelay calls with too large values
Willy Tarreau
2
-21
/
+0
2011-02-24
rtlwifi: Let rtlwifi build when PCI is not enabled
Willy Tarreau
1
-1
/
+4
2011-02-24
rtl8192cu: fix build error (vmalloc/vfree undefined)
Willy Tarreau
1
-1
/
+1
2011-02-24
rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not
Willy Tarreau
1
-1
/
+1
2011-02-24
mac80211: rename RX_FLAG_TSFT
Johannes Berg
13
-13
/
+13
2011-02-24
b43: N-PHY: rev1: restore PHY state after RSSI operations
Rafał Miłecki
1
-2
/
+2
2011-02-24
b43: N-PHY: rev1: enable some gain ctl workarounds
Rafał Miłecki
1
-9
/
+9
2011-02-24
b43: N-PHY: fix 0x2055 radio workaround condition
Rafał Miłecki
1
-3
/
+3
2011-02-24
ath9k_htc: Fix error path in URB allocation
Sujith Manoharan
1
-3
/
+1
2011-02-24
ath9k_htc: Add debug code to print endpoint mapping
Sujith Manoharan
1
-0
/
+17
2011-02-24
ath9k_htc: Fix RX filters
Sujith Manoharan
1
-2
/
+7
2011-02-24
ath9k_htc: Fix host RX initialization
Sujith Manoharan
1
-8
/
+0
2011-02-24
ath9k_htc: Fix TBTT calculation for IBSS mode
Sujith Manoharan
1
-4
/
+15
2011-02-24
ath9k_htc: Configure beacon timers in AP mode
Sujith Manoharan
4
-15
/
+115
2011-02-24
ath9k_htc: Add ANI for AP mode
Sujith Manoharan
3
-17
/
+43
2011-02-24
ath9k_htc: Calculate and set the HW opmode
Sujith Manoharan
1
-1
/
+14
2011-02-24
ath9k_htc: Allow AP interface to be created
Sujith Manoharan
2
-0
/
+19
2011-02-24
ath9k_htc: Maintain individual counters for interfaces
Sujith Manoharan
2
-2
/
+40
2011-02-24
ath9k_htc: Protect ampdu_action with a mutex
Sujith Manoharan
1
-0
/
+4
2011-02-24
ath9k_htc: Use VIF from the packet's control data
Sujith Manoharan
1
-1
/
+7
2011-02-24
ath9k_htc: Make sequence number calculation per-VIF
Sujith Manoharan
2
-3
/
+3
2011-02-24
ath9k_htc: Set the BSSID mask for multiple interfaces
Sujith Manoharan
2
-0
/
+40
2011-02-24
ath9k_htc: Remove OP_ASSOCIATED variable
Sujith Manoharan
4
-41
/
+74
2011-02-24
ath9k_htc: Remove OP_PROTECT_ENABLE
Sujith Manoharan
3
-17
/
+6
2011-02-24
ath9k_htc: Remove OP_PREAMBLE_SHORT
Sujith Manoharan
2
-16
/
+6
2011-02-24
ath9k_htc: Fix error handling in add_interface
Sujith Manoharan
1
-4
/
+6
2011-02-24
ath9k_htc: Unify target capability updating
Sujith Manoharan
1
-14
/
+5
2011-02-24
ath9k_htc: Allow upto two simultaneous interfaces
Sujith Manoharan
3
-54
/
+130
2011-02-24
ath9k_htc: Handle storage devices
Sujith Manoharan
2
-6
/
+69
2011-02-24
mwl8k: Invert tx queues for set_hw_spec and set_edca_params
Nishant Sarmukadam
1
-4
/
+16
2011-02-24
mwl8k: Tell mac80211 we have rate adaptation in FW
Nishant Sarmukadam
1
-1
/
+8
2011-02-24
mwl8k: fix rf_antenna rx argument for AP
Nishant Sarmukadam
1
-3
/
+7
2011-02-24
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
11
-77
/
+478
2011-02-24
Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...
John W. Linville
73
-2086
/
+30527
2011-02-23
wl12xx: AP-mode - management of links in PS-mode
Arik Nemtsov
5
-12
/
+186
2011-02-23
wl12xx: AP-mode - count free FW TX blocks per link
Arik Nemtsov
4
-26
/
+44
2011-02-23
wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()
Arik Nemtsov
1
-5
/
+12
2011-02-23
wl12xx: AP-mode - support HW based link PS monitoring
Arik Nemtsov
1
-1
/
+2
2011-02-23
wl12xx: report invalid TX rate when returning non-TX-ed skbs
Arik Nemtsov
1
-0
/
+11
2011-02-23
wl12xx: AP-mode - TX queue per link in AC
Arik Nemtsov
4
-13
/
+151
2011-02-23
wl12xx: AP-mode - fix race condition on sta connection
Arik Nemtsov
3
-0
/
+53
2011-02-23
wl12xx: fix potential race condition with TX queue watermark
Arik Nemtsov
1
-13
/
+11
2011-02-23
wl12xx: always set mac_address when configuring ht caps
Eliad Peller
1
-2
/
+1
2011-02-23
wl12xx: use standard ALIGN() macro
Eliad Peller
3
-8
/
+2
2011-02-22
wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUS
Eliad Peller
1
-1
/
+2
2011-02-22
wl12xx: fix MODULE_AUTHOR email address
Luciano Coelho
1
-1
/
+1
2011-02-22
wl12xx: avoid blocking while holding rcu lock on bss info change
Arik Nemtsov
1
-6
/
+9
2011-02-22
wl12xx: fix identification of beacon packets (debug)
Eliad Peller
1
-3
/
+3
2011-02-22
wl12xx: update PLT initialization for new firmware
Gery Kahn
1
-0
/
+4
[next]