summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-25wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming1-1/+1
2023-08-23wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni2-1/+31
2023-08-23wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq1-16/+13
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann4-6/+2
2023-08-23wifi: ath11k: Remove unused declarationsYue Haibing2-5/+0
2023-08-23wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-23wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-23wifi: ath11k: simplify the code with module_platform_driverYang Yingliang1-11/+1
2023-08-23wifi: ath12k: Fix a few spelling errorsJeff Johnson5-5/+5
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson3-3/+3
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson4-8/+8
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2-33/+33
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann1-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann1-2/+2
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing2-3/+0
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie3-4/+3
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov5-139/+61
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du1-1/+1
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin1-6/+8
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin1-2/+4
2023-08-22wifi: ath5k: Remove redundant dev_err()Ruan Jinjie1-1/+0
2023-08-21wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+5
2023-08-21wifi: ath12k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-08-21wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong1-2/+1