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.13.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
/
ti
/
wlcore
/
cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-04
wlcore: allow fw commands to fail
Eliad Peller
1
-18
/
+67
2012-12-04
wlcore: mask out CCK rates when starting GO
Eliad Peller
1
-0
/
+2
2012-11-28
wlcore: use new set bandwidth command to adjusting channel BW
Arik Nemtsov
1
-0
/
+1
2012-11-28
wlcore: add new reg-domain configuration command
Victor Goldenshtein
1
-0
/
+125
2012-11-27
wlcore: save session_id per-link
Eliad Peller
1
-13
/
+17
2012-11-27
wlcore: pass wmm configuration to the fw
Eliad Peller
1
-1
/
+7
2012-11-27
wlcore: update events enum/struct to new fw api
Eliad Peller
1
-37
/
+7
2012-11-27
wlcore: update channel_switch/stop_channel_switch commands
Eliad Peller
1
-37
/
+3
2012-11-27
wlcore: split 18xx and 12xx scan mechanism
Eliad Peller
1
-5
/
+7
2012-11-27
wlcore: configure the remote rates with our own rates
Eliad Peller
1
-1
/
+6
2012-11-27
wlcore: specify correct supported_rates
Eliad Peller
1
-2
/
+10
2012-11-27
wlcore: implement .remain_on_channel() callback
Eliad Peller
1
-25
/
+16
2012-09-27
wlcore: use dynamic keep-alive template ids
Eliad Peller
1
-1
/
+1
2012-09-27
wlcore: lazy-enable device roles
Eliad Peller
1
-1
/
+15
2012-09-27
wlcore: Prevent interaction with HW after recovery is queued
Ido Yariv
1
-0
/
+3
2012-07-18
wlcore: wait for command completion event when sending CMD_ROLE_STOP
Luciano Coelho
1
-0
/
+12
2012-07-10
wlcore: change the wait for event mechanism
Yoni Divinsky
1
-1
/
+7
2012-07-10
wlcore: add probe request templates for sched and one-shot scans
Yoni Divinsky
1
-3
/
+11
2012-06-26
wlcore: print stack trace in every recovery
Eyal Shapira
1
-1
/
+0
2012-06-26
wlcore: queue recovery in case of bus errors during cmd_remove_peer
Eyal Shapira
1
-10
/
+19
2012-06-22
wlcore: Propagate errors from wl1271_raw_write32
Ido Yariv
1
-1
/
+5
2012-06-22
wlcore: Propagate errors from wl1271_raw_read32
Ido Yariv
1
-2
/
+7
2012-06-22
wlcore: Propagate errors from wl1271_write
Ido Yariv
1
-3
/
+9
2012-06-22
wlcore: Propagate errors from wl1271_read
Ido Yariv
1
-5
/
+15
2012-06-06
wlcore/wl12xx/wl18xx: introduce quirk to remove TKIP header space
Arik Nemtsov
1
-2
/
+3
2012-06-05
wlcore: wait for roc complete only for the first roc command
Victor Goldenshtein
1
-5
/
+11
2012-06-05
wlcore: use psd_type indexing according to spec
Yoni Divinsky
1
-2
/
+5
2012-06-05
wlcore: use proper values for supported local rates
Luciano Coelho
1
-1
/
+9
2012-06-05
wlcore/wl12xx: add plt_init op and move the code to wl12xx
Luciano Coelho
1
-0
/
+1
2012-06-05
wlcore: support peer MIMO rates
Arik Nemtsov
1
-1
/
+3
2012-06-05
wl18xx: send channel type to FW on role start
Arik Nemtsov
1
-0
/
+19
2012-05-16
wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp()
Jesper Juhl
1
-2
/
+2
2012-05-16
wlcore: fixup an allocation
Dan Carpenter
1
-1
/
+3
2012-04-12
wlcore/wl12xx: expand functionality of cmd_trigger HW op
Arik Nemtsov
1
-1
/
+1
2012-04-12
wlcore/wl12xx: add hw_init operation
Luciano Coelho
1
-226
/
+2
2012-04-12
wlcore/wl12xx: add command trigger and event ack operations
Luciano Coelho
1
-1
/
+5
2012-04-12
wlcore/wl12xx: implement chip-specific register tables
Luciano Coelho
1
-14
/
+12
2012-04-12
wl12xx/wlcore: move wl1271 struct to wlcore and add ops
Luciano Coelho
1
-1
/
+1
2012-04-12
wl12xx/wlcore: rename wl12xx to wlcore
Luciano Coelho
1
-0
/
+1950