summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and...Gustavo A. R. Silva2024-04-041-12/+7
* wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-2/+0
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-2/+2
* wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* wil6210: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* wil6210: Fix wrong function name in commentsYang Shen2021-06-151-3/+3
* wil6210: wmi: Remove useless codeJiapeng Chong2021-04-181-1/+1
* wil6210: Add Support for Extended DMG MCS 12.1Max Chen2021-02-091-5/+6
* wil6210: wmi: Correct misnamed function parameter 'ptr_'Lee Jones2020-11-071-1/+1
* wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones2020-08-311-21/+15
* wil6210: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
* wil6210: use true,false for bool variablezhengbin2020-01-261-4/+4
* wil6210: add support for set_cqm_rssi_configDedy Lansky2019-12-191-0/+76
* wil6210: reduce ucode_debug memory regionDedy Lansky2019-12-191-2/+2
* wil6210: add SPDX license identifiersLior David2019-10-311-12/+1
* wil6210: check len before memcpy() callsDenis Efremov2019-10-021-2/+4
* ath: fix various spelling mistakesColin Ian King2019-09-231-1/+1
* wil6210: report boottime_ns in scan resultsMaya Erez2019-09-121-4/+17
* wil6210: verify cid value is validAlexei Avshalom Lazar2019-09-121-0/+6
* wil6210: fix PTK re-key raceAhmad Masri2019-09-121-2/+9
* wil6210: Add EDMG channel supportAlexei Avshalom Lazar2019-09-041-2/+3
* wil6210: drop old event after wmi_call timeoutAhmad Masri2019-06-271-1/+12
* wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-271-13/+19
* wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo2019-06-271-0/+42
* wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez2019-06-271-0/+1
* wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar2019-06-271-2/+37
* wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-7/+7
* wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2019-04-031-5/+6
* wil6210: check mid is validAhmad Masri2019-04-031-1/+1
* wil6210: increase PCP stop command timeoutMaya Erez2019-04-031-1/+3
* wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar2019-04-031-0/+7
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-16/+63
* wil6210: remove rtap_include_phy_info module paramMaya Erez2019-02-281-2/+2
* wil6210: fix locking in wmi_callLior David2018-11-061-4/+5
* wil6210: add general initialization/size checksAlexei Avshalom Lazar2018-11-061-1/+1
* wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri2018-11-061-0/+17
* wil6210: refactor disconnect flowAhmad Masri2018-11-061-21/+7
* wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2018-09-061-1/+1
* wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-3/+347
* wil6210: off channel transmit management frames in AP modeAhmad Masri2018-07-311-0/+56
* wil6210: add support for link statisticsDedy Lansky2018-07-311-0/+165
* wil6210: remove crash dump collection from OTP sectionMaya Erez2018-07-021-43/+43
* wil6210: add support for enhanced DMA RX data flowsGidon Studinski2018-07-021-3/+56
* wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski2018-07-021-17/+299
* wil6210: add support for enhanced DMA structuresGidon Studinski2018-07-021-12/+12
* wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez2018-07-021-0/+55
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-231-39/+113
|\
| * wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-121-36/+61
| * wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky2018-05-121-0/+47