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.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
2012-04-12
wlcore: add module param to prevent HW recovery
Arik Nemtsov
1
-0
/
+12
2012-04-12
wlcore/wl12xx: move identify firmware function to a lower driver op
Luciano Coelho
4
-26
/
+48
2012-04-12
wlcore: set max_rx_agg_subframes in mac80211 according to HT conf
Arik Nemtsov
1
-1
/
+1
2012-04-12
wlcore/wl12xx: set HT capabilities per chip-family
Arik Nemtsov
3
-18
/
+21
2012-04-12
wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA mode
Arik Nemtsov
4
-1
/
+23
2012-04-12
wlcore/wl12xx: use a single memory config and reset if using wl127x
Luciano Coelho
4
-17
/
+41
2012-04-12
wlcore/wl12xx: move extended radio configuration parameters to wl12xx
Luciano Coelho
6
-35
/
+86
2012-04-12
wlcore/wl12xx: move runtime configuration struct to the lower driver
Luciano Coelho
4
-356
/
+352
2012-04-12
wlcore/wl12xx: expand functionality of cmd_trigger HW op
Arik Nemtsov
3
-3
/
+6
2012-04-12
wlcore/wl12xx: add hw op for vif init
Arik Nemtsov
4
-0
/
+16
2012-04-12
wlcore/wl12xx: add hw_init operation
Luciano Coelho
13
-405
/
+499
2012-04-12
wlcore/wl12xx: turn no-Tx-align quirk into Tx-align
Arik Nemtsov
5
-12
/
+15
2012-04-12
wlcore/wl12xx: split Tx completion to immediate/delayed
Arik Nemtsov
5
-3
/
+30
2012-04-12
wlcore/wl12xx: add hw op for getting rx packet data length
Arik Nemtsov
4
-6
/
+38
2012-04-12
wlcore/wl12xx: add prepare_read hw op for Rx data
Luciano Coelho
4
-29
/
+42
2012-04-12
wlcore/wl12xx: add hw op for getting rx buffer data alignment
Arik Nemtsov
5
-16
/
+46
2012-04-12
wlcore: introduce Rx block-size alignment HW quirk
Arik Nemtsov
3
-14
/
+33
2012-04-12
wlcore/wl12xx: add global elements to convert hw-rates to standard rates
Arik Nemtsov
7
-108
/
+123
2012-04-12
wlcore/wl12xx: add hw op for setting frame length in tx_hw_desc
Arik Nemtsov
4
-32
/
+54
2012-04-12
wlcore/wl12xx: add hw op for setting blocks in hw_tx_desc
Arik Nemtsov
4
-14
/
+37
2012-04-12
wlcore/wl12xx: add hw op for calculating hw block count per packet
Arik Nemtsov
5
-13
/
+57
2012-04-12
wlcore/wl12xx: change GEM Tx-spare blocks per-vif
Arik Nemtsov
7
-22
/
+29
2012-04-12
wlcore/wl12xx: set the number of Tx descriptors per chip family
Arik Nemtsov
6
-11
/
+18
2012-04-12
wlcore/wl12xx: create per-chip-family private storage
Arik Nemtsov
3
-3
/
+21
2012-04-12
wlcore: add quirk to disable ELP
Luciano Coelho
4
-9
/
+17
2012-04-12
wlcore: remove some unnecessary event mailbox address reads
Luciano Coelho
4
-17
/
+12
2012-04-12
wlcore/wl12xx: add quirk for legacy NVS support
Luciano Coelho
3
-23
/
+27
2012-04-12
wlcore/wl12xx: add command trigger and event ack operations
Luciano Coelho
5
-19
/
+40
2012-04-12
wlcore/wl12xx: move MAC address reading operation to lower driver
Luciano Coelho
3
-50
/
+55
2012-04-12
wlcore/wl12xx: move top initialization to wl12xx
Luciano Coelho
8
-448
/
+425
2012-04-12
wlcore/wl12xx: move get_pg_ver to the lower driver
Luciano Coelho
4
-11
/
+17
2012-04-12
wlcore/wl12xx: add chip-specific identify chip operation
Luciano Coelho
9
-69
/
+99
2012-04-12
wlcore/wl12xx: implement chip-specific register tables
Luciano Coelho
20
-355
/
+468
2012-04-12
wlcore/wl12xx: implement chip-specific partition tables
Luciano Coelho
8
-139
/
+168
2012-04-12
wl12xx/wlcore: move wl1271 struct to wlcore and add ops
Luciano Coelho
22
-230
/
+247
2012-04-12
wl12xx/wlcore: initial split of probe
Luciano Coelho
3
-20
/
+36
2012-04-12
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
Luciano Coelho
9
-64
/
+130
2012-04-12
wl12xx/wlcore: rename wl12xx to wlcore
Luciano Coelho
38
-3
/
+3
2012-04-12
wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory
Luciano Coelho
69
-5
/
+16
2012-04-10
wl12xx: increase scan timeout to 30s
Eyal Shapira
1
-1
/
+1
2012-04-10
wl12xx: adaptive sched scan dwell times
Eyal Shapira
3
-18
/
+60
2012-04-10
wl12xx: fix a memory leak of probereq template upon recovery
Eyal Shapira
1
-0
/
+2
2012-04-10
wl12xx: free ap keys only in ap mode
Eliad Peller
1
-1
/
+1
2012-04-10
wl12xx: fix DMA-API-related warnings
Mircea Gherzan
6
-17
/
+46
2012-04-10
wl12xx: fix race between suspend/resume and recovery
Eyal Shapira
1
-17
/
+12
2012-04-10
wl12xx: fix station channel switch
Victor Goldenshtein
1
-1
/
+1
2012-04-10
wl12xx: set do_join on BSS_CHANGED_ASSOC
Eliad Peller
1
-5
/
+2
2012-04-10
iwlwifi: split POWER_PMI status bit
Don Fry
9
-7
/
+39
2012-04-10
iwlwifi: move FW_ERROR to priv
Don Fry
6
-18
/
+12
2012-04-10
iwlwifi: remove firmware info from iwl_shared
Meenakshi Venkataraman
2
-12
/
+9
[next]