index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wil6210
/
wmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-06
wireless: Atheros: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-20
wil6210: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-06-15
wil6210: Fix wrong function name in comments
Yang Shen
1
-3
/
+3
2021-04-18
wil6210: wmi: Remove useless code
Jiapeng Chong
1
-1
/
+1
2021-02-09
wil6210: Add Support for Extended DMG MCS 12.1
Max Chen
1
-5
/
+6
2020-11-07
wil6210: wmi: Correct misnamed function parameter 'ptr_'
Lee Jones
1
-1
/
+1
2020-08-31
wil6210: wmi: Fix formatting and demote non-conforming function headers
Lee Jones
1
-21
/
+15
2020-05-12
wil6210: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-01-26
wil6210: use true,false for bool variable
zhengbin
1
-4
/
+4
2019-12-19
wil6210: add support for set_cqm_rssi_config
Dedy Lansky
1
-0
/
+76
2019-12-19
wil6210: reduce ucode_debug memory region
Dedy Lansky
1
-2
/
+2
2019-10-31
wil6210: add SPDX license identifiers
Lior David
1
-12
/
+1
2019-10-02
wil6210: check len before memcpy() calls
Denis Efremov
1
-2
/
+4
2019-09-23
ath: fix various spelling mistakes
Colin Ian King
1
-1
/
+1
2019-09-12
wil6210: report boottime_ns in scan results
Maya Erez
1
-4
/
+17
2019-09-12
wil6210: verify cid value is valid
Alexei Avshalom Lazar
1
-0
/
+6
2019-09-12
wil6210: fix PTK re-key race
Ahmad Masri
1
-2
/
+9
2019-09-04
wil6210: Add EDMG channel support
Alexei Avshalom Lazar
1
-2
/
+3
2019-06-27
wil6210: drop old event after wmi_call timeout
Ahmad Masri
1
-1
/
+12
2019-06-27
wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeout
Ahmad Masri
1
-13
/
+19
2019-06-27
wil6210: add support for reading multiple RFs temperature via debugfs
Tzahi Sabo
1
-0
/
+42
2019-06-27
wil6210: publish max_msdu_size to FW on BCAST ring
Maya Erez
1
-0
/
+1
2019-06-27
wil6210: Add support for setting RBUFCAP configuration
Alexei Avshalom Lazar
1
-2
/
+37
2019-05-03
wil6210: fix overwriting max_assoc_sta module param
Ahmad Masri
1
-7
/
+7
2019-04-03
wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_ext
Lior David
1
-5
/
+6
2019-04-03
wil6210: check mid is valid
Ahmad Masri
1
-1
/
+1
2019-04-03
wil6210: increase PCP stop command timeout
Maya Erez
1
-1
/
+3
2019-04-03
wil6210: align to latest auto generated wmi.h
Alexei Avshalom Lazar
1
-0
/
+7
2019-02-28
wil6210: support up to 20 stations in AP mode
Ahmad Masri
1
-16
/
+63
2019-02-28
wil6210: remove rtap_include_phy_info module param
Maya Erez
1
-2
/
+2
2018-11-06
wil6210: fix locking in wmi_call
Lior David
1
-4
/
+5
2018-11-06
wil6210: add general initialization/size checks
Alexei Avshalom Lazar
1
-1
/
+1
2018-11-06
wil6210: notify cqm packet loss on disable_ap_sme
Ahmad Masri
1
-0
/
+17
2018-11-06
wil6210: refactor disconnect flow
Ahmad Masri
1
-21
/
+7
2018-09-06
wil6210: fix unsigned cid comparison with >= 0
Gustavo A. R. Silva
1
-1
/
+1
2018-08-28
wil6210: add FT roam support for AP and station
Ahmad Masri
1
-3
/
+347
2018-07-31
wil6210: off channel transmit management frames in AP mode
Ahmad Masri
1
-0
/
+56
2018-07-31
wil6210: add support for link statistics
Dedy Lansky
1
-0
/
+165
2018-07-02
wil6210: remove crash dump collection from OTP section
Maya Erez
1
-43
/
+43
2018-07-02
wil6210: add support for enhanced DMA RX data flows
Gidon Studinski
1
-3
/
+56
2018-07-02
wil6210: initialize TX and RX enhanced DMA rings
Gidon Studinski
1
-17
/
+299
2018-07-02
wil6210: add support for enhanced DMA structures
Gidon Studinski
1
-12
/
+12
2018-07-02
wil6210: add support for Talyn-MB (Talyn ver 2.0) device
Maya Erez
1
-0
/
+55
2018-05-23
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-39
/
+113
2018-05-12
wil6210: Initialize reply struct of the WMI commands
Alexei Avshalom Lazar
1
-36
/
+61
2018-05-12
wil6210: move WMI functionality out of wil_cfg80211_mgmt_tx
Dedy Lansky
1
-0
/
+47
2018-05-12
wil6210: change reply_size arg to u16 in wmi_call
Lior David
1
-1
/
+1
2018-05-12
wil6210: align to latest auto generated wmi.h
Ahmad Masri
1
-2
/
+4
2018-05-12
wireless-drivers: Dynamically allocate struct station_info
Toke Høiland-Jørgensen
1
-6
/
+13
2018-02-27
wil6210: multiple VIFs support for connections and data path
Lior David
1
-4
/
+5
[next]