summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-06-27wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-06-16wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov1-0/+1
2024-06-12wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich1-0/+14
2024-06-12wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich1-0/+32
2024-06-12wifi: ath10k: populate board data for WCN3990Dmitry Baryshkov3-0/+7
2024-06-12wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_tr...Su Hui1-1/+1
2024-06-12wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()Karthikeyan Kathirvel1-0/+3
2024-06-12wifi: carl9170: re-fix fortified-memset warningArnd Bergmann1-1/+2
2024-06-12wifi: ath12k: use correct flag field for 320 MHz channelsAloka Dixit1-1/+1
2024-06-12wifi: ath11k: don't force enable power save on non-running vdevsBaochen Qiang1-8/+1
2024-06-12wifi: ath10k: poll service ready message before failingBaochen Qiang1-3/+23
2024-04-13wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang1-1/+1
2024-04-13wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov1-1/+1
2024-03-27wifi: ath12k: fix incorrect logic of calculating vdev_stats_idKang Yang1-1/+1
2024-03-27wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang1-0/+4
2024-03-27wifi: ath12k: fix fetching MCBC flag for QCN9274Raj Kumar Bhagat1-3/+3
2024-03-27wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson21-21/+21
2024-03-27wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong1-6/+7
2024-03-27wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen4-9/+11
2024-03-27wifi: ath12k: Fix issues in channel list updateSriram R3-4/+4
2024-03-27wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo1-0/+4
2024-02-05wifi: ath12k: fix the issue that the multicast/broadcast indicator is not rea...Lingbo Kong1-2/+2
2024-02-05wifi: ath12k: fix and enable AP mode for WCN7850Kang Yang2-3/+4
2024-02-05wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2024-02-05wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2024-01-26wifi: ath11k: Defer on rproc_get failureLuca Weiss1-2/+2
2023-11-28wifi: ath12k: fix dfs-radar and temperature event lockingJohan Hovold1-1/+10
2023-11-28wifi: ath12k: fix htt mlo-offset event lockingJohan Hovold1-2/+5
2023-11-28wifi: ath11k: fix gtk offload status event lockingJohan Hovold1-2/+5
2023-11-28wifi: ath11k: fix htt pktlog lockingJohan Hovold1-1/+7
2023-11-28wifi: ath11k: fix dfs radar event lockingJohan Hovold1-0/+4
2023-11-28wifi: ath11k: fix temperature event lockingJohan Hovold1-2/+6
2023-11-28wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson1-4/+14
2023-11-28wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()Ma Ke1-4/+7
2023-11-28wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()Baochen Qiang1-0/+6
2023-11-28wifi: ath10k: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-11-28wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()Baochen Qiang1-0/+17
2023-11-28wifi: ath9k: fix clang-specific fortify warningsDmitry Antipov2-2/+2
2023-11-28wifi: ath12k: Ignore fragments from uninitialized peer in dpHarshitha Prem3-0/+13
2023-11-20wifi: ath11k: fix Tx power value during active CACAditya Kumar Singh1-0/+8
2023-11-20wifi: ath: dfs_pattern_detector: Fix a memory initialization issueChristophe JAILLET1-1/+1
2023-11-20wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-11-20wifi: ath12k: fix DMA unmap warning on NULL DMA addressBaochen Qiang1-2/+5
2023-11-20wifi: ath12k: fix undefined behavior with __fls in dpHarshitha Prem1-1/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-12/+17
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-268/+195
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern4-4/+4
2023-08-25wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie1-1/+1
2023-08-25wifi: ath12k: Remove unused declarationsYue Haibing4-8/+0
2023-08-25wifi: ath12k: add check max message length while scanning with extraieWen Gong1-7/+13