summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and ...Gustavo A. R. Silva2024-04-041-12/+9
* wifi: wil6210: fix sparse warningsKalle Valo2024-03-251-2/+2
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-1/+2
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-5/+5
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-4/+5
* wil6210: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
* wil6210: use eth_hw_addr_set()Jakub Kicinski2021-10-201-3/+5
* wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-2/+2
* wil6210: remove erroneous wiphy lockingJohannes Berg2021-06-151-2/+0
* wil6210: Add Support for Extended DMG MCS 12.1Max Chen2021-02-091-8/+30
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-0/+2
* wil6210: Demote non-kerneldoc headers to standard comment blocksLee Jones2020-08-171-2/+2
* wil6210: add support for set_cqm_rssi_configDedy Lansky2019-12-191-0/+18
* wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri2019-12-191-0/+16
* wil6210: add SPDX license identifiersLior David2019-10-311-12/+1
* wil6210: fix PTK re-key raceAhmad Masri2019-09-121-1/+14
* wil6210: Add EDMG channel supportAlexei Avshalom Lazar2019-09-041-8/+198
* nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-1/+1
* wireless: fix nl80211 vendor commandsJohannes Berg2019-07-201-0/+4
* wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-271-1/+2
* wil6210: update cid boundary check of wil_find_cid/_by_idx()Alexei Avshalom Lazar2019-06-271-3/+3
* wil6210: do not reset FW in STA to P2P client interface switchAlexei Avshalom Lazar2019-06-271-1/+12
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-271-2/+2
|\
| * wil6210: fix overwriting max_assoc_sta module paramAhmad Masri2019-05-031-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-051-3/+8
|\|
| * wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2019-04-031-0/+5
| * wil6210: check mid is validAhmad Masri2019-04-031-3/+3
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-11/+13
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
|/
* wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar2019-02-281-3/+11
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-281-3/+3
* wil6210: refactor disconnect flowAhmad Masri2018-11-061-1/+1
* wil6210: add recovery for FW error while in AP modeDedy Lansky2018-11-061-5/+97
* wil6210: add FT roam support for AP and stationAhmad Masri2018-08-281-52/+259
* wil6210: add support for channel 4Alexei Avshalom Lazar2018-08-281-1/+21
* wil6210: off channel transmit management frames in AP modeAhmad Masri2018-07-311-7/+40
* wil6210: allow scan on AP interfaceAhmad Masri2018-07-311-1/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-07-251-6/+6
|\
| * wil6210: add support for enhanced DMA structuresGidon Studinski2018-07-021-6/+6
* | wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-9/+9
|/
* wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar2018-05-121-8/+14
* wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky2018-05-121-35/+4
* wil6210: multiple VIFs support for connections and data pathLior David2018-02-271-17/+15
* wil6210: rename p2p_wdev_mutex to vif_mutexLior David2018-02-271-11/+11
* wil6210: multiple VIFs support for start/stop APLior David2018-02-271-17/+32
* wil6210: add support for adding and removing virtual interfacesLior David2018-02-271-25/+184
* wil6210: infrastructure for multiple virtual interfacesLior David2018-02-271-142/+199
* wil6210: support concurrency record in FW fileLior David2018-02-271-0/+69
* wil6210: add wil6210_vif structure for per-VIF dataLior David2018-02-271-26/+31