summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo2024-04-161-1/+3
* Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-02-221-32/+86
|\
| * wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang2024-02-151-0/+30
| * wifi: ath11k: support 2 station interfacesCarl Huang2024-02-151-22/+40
| * wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande2024-02-141-3/+3
| * wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson2024-02-071-2/+2
| * wifi: ath11k: initialize eirp_power before useBaochen Qiang2024-02-051-1/+2
| * wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang2024-02-051-0/+4
| * wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong2024-02-021-6/+7
* | wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-211-1/+1
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-1/+1
|/
* Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-01-311-278/+808
|\
| * wifi: ath11k: fix connection failure due to unexpected peer deleteBaochen Qiang2024-01-251-54/+85
| * wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()Baochen Qiang2024-01-251-231/+228
| * wifi: ath11k: rename ath11k_start_vdev_delay()Baochen Qiang2024-01-251-5/+5
| * wifi: ath11k: remove invalid peer create logicBaochen Qiang2024-01-251-17/+1
| * wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6...Wen Gong2024-01-141-2/+22
| * wifi: ath11k: fill parameters for vdev set tpc power WMI commandWen Gong2024-01-141-0/+284
| * wifi: ath11k: add parse of transmit power envelope elementWen Gong2024-01-141-0/+188
| * wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for st...Wen Gong2024-01-141-0/+18
| * wifi: ath11k: update regulatory rules when interface addedWen Gong2024-01-141-0/+8
* | Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-231-11/+1
|\ \ | |/ |/|
| * wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg2024-01-181-11/+1
* | wifi: ath11k: workaround too long expansion sparse warningsKalle Valo2023-12-151-6/+10
|/
* Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"Kalle Valo2023-10-251-1/+3
* wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson2023-10-121-9/+9
* wifi: ath11k: call ath11k_mac_fils_discovery() without conditionAloka Dixit2023-10-101-3/+1
* wifi: ath11k: fix Tx power value during active CACAditya Kumar Singh2023-10-051-0/+8
* wifi: ath11k: fix CAC running state during virtual interface startAditya Kumar Singh2023-10-051-8/+11
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-09-281-23/+35
|\
| * wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handlingKalle Valo2023-09-281-2/+8
| * wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usageDmitry Antipov2023-09-281-19/+25
| * wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan2023-09-281-2/+2
* | wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-6/+9
|/
* wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2023-08-231-32/+32
* wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()Dmitry Antipov2023-08-021-2/+2
* wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2023-06-131-0/+1
* wifi: ath11k: don't use %pKKalle Valo2023-06-131-5/+5
* wifi: ath11k: remove manual mask names from debug messagesKalle Valo2023-06-131-55/+55
* wifi: ath11k: factory test mode supportGovindaraj Saminathan2023-06-011-1/+10
* wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan2023-05-171-2/+61
* wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan2023-05-171-15/+15
* wifi: ath11k: EMA beacon supportAloka Dixit2023-05-091-1/+58
* wifi: ath11k: MBSSID beacon supportAloka Dixit2023-05-091-5/+111
* wifi: ath11k: refactor vif parameter configurationsAloka Dixit2023-05-091-17/+24
* wifi: ath11k: MBSSID parameter configuration in AP modeAloka Dixit2023-05-091-6/+23
* wifi: ath11k: MBSSID configuration during vdev create/startAloka Dixit2023-05-091-4/+66
* wifi: ath11k: driver settings for MBSSID and EMAAloka Dixit2023-05-091-0/+7
* wifi: ath: work around false-positive stringop-overread warningArnd Bergmann2023-05-091-6/+6
* wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon2023-04-281-1/+1