summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-10-02wifi: ath12k: add read variant from SMBIOS for download board dataWen Gong3-1/+94
2023-10-02wifi: ath12k: do not drop data frames from unassociated stationsHari Chandrakanthan1-11/+1
2023-10-02wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()Ma Ke1-4/+7
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo46-265/+661
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: ath12k: add msdu_end structure for WCN7850Kang Yang2-20/+83
2023-09-28wifi: ath12k: Set default beacon mode to burst modeSidhanta Sahu1-2/+2
2023-09-28wifi: ath12k: call ath12k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan8-31/+23
2023-09-28wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850Wen Gong1-0/+5
2023-09-28wifi: ath12k: change to treat alpha code na as world wide regdomainWen Gong1-1/+7
2023-09-28wifi: ath12k: indicate scan complete for scan canceled when scan runningWen Gong1-6/+12
2023-09-28wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K...Wen Gong1-6/+9
2023-09-28wifi: ath12k: fix recovery fail while firmware crash when doing channel switchWen Gong1-0/+3
2023-09-28wifi: ath12k: add support for hardware rfkill for WCN7850Lingbo Kong8-0/+196
2023-09-28wifi: ath11k: use kstrtoul_from_user() where appropriateDmitry Antipov1-18/+8
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2-2/+2
2023-09-21wifi: ath11k: remove unused members of 'struct ath11k_base'Dmitry Antipov2-4/+0
2023-09-21wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()Dmitry Antipov1-7/+0
2023-09-21wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()Dmitry Antipov1-3/+0
2023-09-21wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-09-21wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAILDmitry Antipov2-3/+1
2023-09-21wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_byKees Cook1-1/+1
2023-09-21wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_byKees Cook1-1/+1
2023-09-21wifi: ath12k: Remove unnecessary (void*) conversionsWu Yunchuan3-11/+8
2023-09-21wifi: ath10k: Remove unnecessary (void*) conversionsWu Yunchuan1-10/+6
2023-09-21wifi: ath6kl: remove unnecessary (void*) conversionsWu Yunchuan2-3/+3
2023-09-21wifi: ath5k: remove unnecessary (void*) conversionsWu Yunchuan2-4/+4
2023-09-21wifi: wcn36xx: remove unnecessary (void*) conversionsWu Yunchuan3-14/+14
2023-09-21wifi: ar5523: Remove unnecessary (void*) conversionsWu Yunchuan1-1/+1
2023-09-21wifi: ath9k: clean up function ath9k_hif_usb_resumeDongliang Mu1-17/+17
2023-09-21wifi: ath12k: fix DMA unmap warning on NULL DMA addressBaochen Qiang1-2/+5
2023-09-21wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()Baochen Qiang1-0/+6
2023-09-20wifi: ath10k: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-09-20wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855Wen Gong1-21/+87
2023-09-20wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()Baochen Qiang1-0/+17
2023-09-20wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_...Wen Gong1-3/+2
2023-09-20wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability f...Wen Gong1-2/+20
2023-09-20wifi: ath9k: fix clang-specific fortify warningsDmitry Antipov2-2/+2
2023-09-20wifi: ath9k: use u32 for txgain indexesDmitry Antipov1-4/+4
2023-09-20wifi: ath9k: simplify ar9003_hw_process_ini()Dmitry Antipov1-3/+0
2023-09-20wifi: ath12k: fix radar detection in 160 MHzManish Dharanenthiran1-10/+14
2023-09-20wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chanManish Dharanenthiran1-6/+21
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit2-3/+4
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg1-2/+0
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2-12/+15
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-2/+2
2023-09-05wifi: ath11k: fix tid bitmap is 0 in peer rx mu statsMuna Sinada2-13/+14
2023-09-05wifi: ath11k: move references from rsvd2 to info fieldsMuna Sinada2-8/+13