aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-04wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warningGustavo A. R. Silva1-12/+7
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg1-2/+0
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-2/+2
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-10-20wil6210: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-06-15wil6210: Fix wrong function name in commentsYang Shen1-3/+3
2021-04-18wil6210: wmi: Remove useless codeJiapeng Chong1-1/+1
2021-02-09wil6210: Add Support for Extended DMG MCS 12.1Max Chen1-5/+6
2020-11-07wil6210: wmi: Correct misnamed function parameter 'ptr_'Lee Jones1-1/+1
2020-08-31wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones1-21/+15
2020-05-12wil6210: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-26wil6210: use true,false for bool variablezhengbin1-4/+4
2019-12-19wil6210: add support for set_cqm_rssi_configDedy Lansky1-0/+76
2019-12-19wil6210: reduce ucode_debug memory regionDedy Lansky1-2/+2
2019-10-31wil6210: add SPDX license identifiersLior David1-12/+1
2019-10-02wil6210: check len before memcpy() callsDenis Efremov1-2/+4
2019-09-23ath: fix various spelling mistakesColin Ian King1-1/+1
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez1-4/+17
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar1-0/+6
2019-09-12wil6210: fix PTK re-key raceAhmad Masri1-2/+9
2019-09-04wil6210: Add EDMG channel supportAlexei Avshalom Lazar1-2/+3
2019-06-27wil6210: drop old event after wmi_call timeoutAhmad Masri1-1/+12
2019-06-27wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri1-13/+19
2019-06-27wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo1-0/+42
2019-06-27wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez1-0/+1
2019-06-27wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar1-2/+37
2019-05-03wil6210: fix overwriting max_assoc_sta module paramAhmad Masri1-7/+7
2019-04-03wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David1-5/+6
2019-04-03wil6210: check mid is validAhmad Masri1-1/+1
2019-04-03wil6210: increase PCP stop command timeoutMaya Erez1-1/+3
2019-04-03wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar1-0/+7
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri1-16/+63
2019-02-28wil6210: remove rtap_include_phy_info module paramMaya Erez1-2/+2
2018-11-06wil6210: fix locking in wmi_callLior David1-4/+5
2018-11-06wil6210: add general initialization/size checksAlexei Avshalom Lazar1-1/+1
2018-11-06wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri1-0/+17
2018-11-06wil6210: refactor disconnect flowAhmad Masri1-21/+7
2018-09-06wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva1-1/+1
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri1-3/+347
2018-07-31wil6210: off channel transmit management frames in AP modeAhmad Masri1-0/+56
2018-07-31wil6210: add support for link statisticsDedy Lansky1-0/+165
2018-07-02wil6210: remove crash dump collection from OTP sectionMaya Erez1-43/+43
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski1-3/+56
2018-07-02wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski1-17/+299
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski1-12/+12
2018-07-02wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez1-0/+55
2018-05-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-39/+113
2018-05-12wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar1-36/+61
2018-05-12wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky1-0/+47