summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2023-02-22wifi: ath11k: allow system suspend to survive ath11kLen Brown1-1/+1
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit1-1/+1
2023-02-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo92-505/+54435
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-1/+1
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2-3/+3
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-2/+2
2023-01-18wifi: ath12k: Add support to read EEPROM caldataDinesh Karthikeyan1-7/+11
2023-01-18wifi: ath12k: Add new qmi_bdf_type to handle caldataDinesh Karthikeyan2-64/+52
2023-01-18wifi: ath12k: Fix incorrect qmi_file_type enum valuesDinesh Karthikeyan1-4/+4
2023-01-18wifi: ath12k: dp_mon: Fix uninitialized warning related to the pktlogThiraviyam Mariyappan1-6/+0
2023-01-18wifi: ath12k: dp_mon: Fix out of bounds clang warningThiraviyam Mariyappan1-1/+1
2023-01-18wifi: ath12k: hal_rx: Use memset_startat() for clearing queue descriptorsThiraviyam Mariyappan1-6/+3
2023-01-18wifi: ath12k: Fix uninitilized variable clang warningsThiraviyam Mariyappan3-5/+4
2023-01-18wifi: ath12k: wmi: delete PSOC_HOST_MAX_NUM_SSKalle Valo2-8/+6
2023-01-18wifi: ath12k: hal: convert offset macros to functionsKalle Valo2-33/+54
2023-01-18wifi: ath12k: hal: add ab parameter to macros using itKalle Valo2-16/+16
2023-01-18wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin1-0/+1
2023-01-18wifi: ath11k: fix ce memory mapping for ahb devicesRaj Kumar Bhagat1-6/+6
2023-01-17wifi: ath10k: Remove the unused function ath10k_ce_shadow_src_ring_write_inde...Jiapeng Chong1-8/+0
2023-01-17wifi: ath11k: add channel 177 into 5 GHz channel listWen Gong2-2/+3
2023-01-17wifi: ath11k: Add support to configure FTM responder roleSowmiya Sree Elavalagan5-1/+30
2023-01-17wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-01-17wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin1-9/+22
2023-01-17wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-01-10wifi: ath11k: debugfs: fix to work with multiple PCI devicesKalle Valo2-9/+40
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi26-412/+412
2022-12-20wifi: ath9k: use proper statements in conditionalsArnd Bergmann1-7/+7
2022-12-08wifi: ath11k: fix monitor mode bringup crashNagarajan Maran1-0/+1
2022-12-08wifi: ath11k: Fix scan request param frame size warningKarthikeyan Kathirvel1-38/+45
2022-12-08wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2-2/+2
2022-12-07wifi: ath11k: add ipq5018 device supportSriram R1-0/+3
2022-12-07wifi: ath11k: add new hw ops for IPQ5018 to get rx dest ring hashmapSriram R1-0/+44
2022-12-07wifi: ath11k: initialize hw_ops for IPQ5018Sriram R3-0/+42
2022-12-07wifi: ath11k: update hal srng regs for IPQ5018Sriram R3-0/+81
2022-12-07wifi: ath11k: remap ce register space for IPQ5018Sriram R9-12/+107
2022-12-07wifi: ath11k: update ce configurations for IPQ5018Sriram R3-0/+198
2022-12-07wifi: ath11k: update hw params for IPQ5018Sriram R2-0/+79
2022-12-02wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan1-11/+11
2022-12-02wifi: ath10k: fix QCOM_SMEM dependencyKalle Valo1-1/+1
2022-11-29wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo49-0/+53309
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-181/+230
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala2-0/+36
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller21-146/+273
2022-11-17wifi: ath10k: Remove redundant argument offsetZhi-Jun You1-12/+7
2022-11-17wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12