summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+2
2022-11-09wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversionZhi-Jun You1-3/+3
2022-11-09wifi: ath9k: Remove unused variable mismatchColin Ian King1-2/+1
2022-11-08wifi: ath11k: Trigger sta disconnect on hardware restartYoughandhar Chintala3-0/+14
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET3-3/+5
2022-11-03wifi: ath11k: Make QMI message rules constJeff Johnson1-36/+36
2022-11-03wifi: ath10k: Make QMI message rules constJeff Johnson3-115/+115
2022-11-02wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong1-5/+1
2022-11-02wifi: ath11k: Fix QCN9074 firmware boot on x86Tyler J. Stachecki1-1/+1
2022-11-02wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return typeJiri Slaby (SUSE)1-1/+1
2022-11-02wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee1-0/+3
2022-11-02wifi: ath9k: remove variable sentColin Ian King1-2/+0
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo19-148/+269
2022-10-29Kalle Valo says:Jakub Kicinski6-0/+6
2022-10-28wifi: ath11k: fix monitor vdev creation with firmware recoveryNagarajan Maran1-0/+4
2022-10-19wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala3-0/+27
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2022-10-13wifi: ath10k: Check return value of ath10k_get_arvif() in ath10k_wmi_event_td...Peter Kosyh1-0/+7
2022-10-13wifi: ath11k: Fix firmware crash on vdev delete race conditionSowmiya Sree Elavalagan1-23/+37
2022-10-12wifi: ath11k: Send PME message during wakeup from D3coldBaochen Qiang1-0/+3
2022-10-12wifi: ath11k: add support to configure channel dwell timeManikanta Pubbisetty1-4/+29
2022-10-12wifi: ath11k: suppress add interface errorKarthikeyan Periyasamy1-6/+3
2022-10-12wifi: ath11k: fix firmware assert during bandwidth change for peer staAditya Kumar Singh2-37/+87
2022-10-12wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2022-10-12wifi: carl9170: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-11wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo1-2/+3