summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-32/+86
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-1/+1
2024-02-15wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang1-0/+30
2024-02-15wifi: ath11k: support 2 station interfacesCarl Huang1-22/+40
2024-02-14wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande1-3/+3
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-1/+1
2024-02-07wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson1-2/+2
2024-02-05wifi: ath11k: initialize eirp_power before useBaochen Qiang1-1/+2
2024-02-05wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang1-0/+4
2024-02-02wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong1-6/+7
2024-01-31Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-278/+808
2024-01-25wifi: ath11k: fix connection failure due to unexpected peer deleteBaochen Qiang1-54/+85
2024-01-25wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()Baochen Qiang1-231/+228
2024-01-25wifi: ath11k: rename ath11k_start_vdev_delay()Baochen Qiang1-5/+5
2024-01-25wifi: ath11k: remove invalid peer create logicBaochen Qiang1-17/+1
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-11/+1
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg1-11/+1
2024-01-14wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6...Wen Gong1-2/+22
2024-01-14wifi: ath11k: fill parameters for vdev set tpc power WMI commandWen Gong1-0/+284
2024-01-14wifi: ath11k: add parse of transmit power envelope elementWen Gong1-0/+188
2024-01-14wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for st...Wen Gong1-0/+18
2024-01-14wifi: ath11k: update regulatory rules when interface addedWen Gong1-0/+8
2023-12-15wifi: ath11k: workaround too long expansion sparse warningsKalle Valo1-6/+10
2023-10-25Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"Kalle Valo1-1/+3
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson1-9/+9
2023-10-10wifi: ath11k: call ath11k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-10-05wifi: ath11k: fix Tx power value during active CACAditya Kumar Singh1-0/+8
2023-10-05wifi: ath11k: fix CAC running state during virtual interface startAditya Kumar Singh1-8/+11
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-23/+35
2023-09-28wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handlingKalle Valo1-2/+8
2023-09-28wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usageDmitry Antipov1-19/+25
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+9
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson1-32/+32
2023-08-02wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()Dmitry Antipov1-2/+2
2023-06-13wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh1-0/+1
2023-06-13wifi: ath11k: don't use %pKKalle Valo1-5/+5
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo1-55/+55
2023-06-01wifi: ath11k: factory test mode supportGovindaraj Saminathan1-1/+10
2023-05-17wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan1-2/+61
2023-05-17wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan1-15/+15
2023-05-09wifi: ath11k: EMA beacon supportAloka Dixit1-1/+58
2023-05-09wifi: ath11k: MBSSID beacon supportAloka Dixit1-5/+111
2023-05-09wifi: ath11k: refactor vif parameter configurationsAloka Dixit1-17/+24
2023-05-09wifi: ath11k: MBSSID parameter configuration in AP modeAloka Dixit1-6/+23
2023-05-09wifi: ath11k: MBSSID configuration during vdev create/startAloka Dixit1-4/+66
2023-05-09wifi: ath11k: driver settings for MBSSID and EMAAloka Dixit1-0/+7
2023-05-09wifi: ath: work around false-positive stringop-overread warningArnd Bergmann1-6/+6
2023-04-28wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon1-1/+1
2023-04-19wifi: ath11k: Remove disabling of 80+80 and 160 MHzMuna Sinada1-4/+0