summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2024-01-25wifi: ath11k: remove invalid peer create logicBaochen Qiang1-17/+1
2024-01-25wifi: ath11k: enable 36 bit mask for stream DMABaochen Qiang3-7/+19
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-40/+13
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg4-40/+13
2024-01-18wifi: ath11k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2-5/+5
2024-01-16wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BMJeff Johnson1-1/+2
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: add handler for WMI_VDEV_SET_TPC_POWER_CMDIDWen Gong2-0/+121
2024-01-14wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bitWen Gong1-0/+1
2024-01-14wifi: ath11k: fill parameters for vdev set tpc power WMI commandWen Gong2-1/+288
2024-01-14wifi: ath11k: save max transmit power in vdev start response event from firmwareWen Gong3-1/+4
2024-01-14wifi: ath11k: add parse of transmit power envelope elementWen Gong2-0/+227
2024-01-14wifi: ath11k: save power spectral density(PSD) of regulatory ruleWen Gong1-5/+13
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 Gong3-0/+15
2024-01-14wifi: ath11k: fix a possible dead lock caused by ab->base_lockBaochen Qiang1-5/+5
2024-01-14wifi: ath11k: store cur_regulatory_info for each radioWen Gong5-127/+207
2024-01-14wifi: ath11k: add support to select 6 GHz regulatory typeWen Gong3-17/+62
2024-01-11wifi: ath11k: fix IOMMU errors on buffer ringsZhenghao Gu2-5/+34
2023-12-18wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc()Dmitry Antipov3-40/+39
2023-12-15wifi: ath11k: workaround too long expansion sparse warningsKalle Valo1-6/+10
2023-12-12wifi: ath11k: Fix ath11k_htc_record flexible recordJeff Johnson1-3/+1
2023-11-30wifi: ath11k: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2023-11-30wifi: ath11k: remove ath11k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson46-19/+46
2023-11-29wifi: ath11k: use select for CRYPTO_MICHAEL_MICJames Prestwood1-1/+1
2023-11-22wifi: ath11k: Consolidate WMI peer flagsJeff Johnson1-41/+18
2023-11-22wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flagsJeff Johnson1-2/+0
2023-11-22wifi: ath11k: Remove struct ath11k::opsJeff Johnson1-1/+0
2023-11-13wifi: ath11k: Remove unneeded semicolonYang Li1-1/+1
2023-11-13wifi: ath11k: Defer on rproc_get failureLuca Weiss1-2/+2
2023-10-25Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition"Kalle Valo1-1/+3
2023-10-25wifi: ath11k: fix gtk offload status event lockingJohan Hovold1-2/+5
2023-10-25wifi: ath11k: fix htt pktlog lockingJohan Hovold1-1/+7
2023-10-25wifi: ath11k: fix dfs radar event lockingJohan Hovold1-0/+4
2023-10-25wifi: ath11k: fix temperature event lockingJohan Hovold1-2/+6
2023-10-25wifi: ath11k: add firmware-2.bin supportAnilkumar Kolli7-17/+258
2023-10-25wifi: ath11k: qmi: refactor ath11k_qmi_m3_load()Kalle Valo1-7/+11
2023-10-18wifi: ath11k: rename the sc naming convention to abKarthikeyan Periyasamy4-45/+45
2023-10-18wifi: ath11k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy1-16/+16
2023-10-18wifi: ath11k: Remove ath11k_base::bd_apiJeff Johnson2-4/+4
2023-10-18wifi: ath11k: Use device_get_match_data()Rob Herring1-8/+2
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson8-36/+41
2023-10-12wifi: ath11k: Remove unused struct ath11k_htc_frameJeff Johnson1-12/+0
2023-10-12wifi: ath11k: add parsing of phy bitmap for reg rulesAditya Kumar Singh3-2/+17
2023-10-12wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warningKalle Valo1-2/+2
2023-10-10wifi: ath11k: call ath11k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-10-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-8/+19
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski13-136/+192