summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-11wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2022-10-11wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2022-10-11wifi: ath9k: Remove -Warray-bounds exceptionKees Cook1-5/+0
2022-10-11wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+2
2022-10-10wifi: ath9k: Make arrays prof_prio and channelmap static constColin Ian King1-2/+6
2022-10-10wifi: ath11k: Fix spelling mistake "chnange" -> "change"Colin Ian King1-1/+1
2022-10-10wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong1-5/+1
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel6-0/+6
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski67-377/+1758
2022-09-30wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recoveryWen Gong1-3/+3
2022-09-30wifi: ath11k: Don't exit on wakeup failureBaochen Qiang1-3/+10
2022-09-30carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski7-14/+8
2022-09-28wifi: ath10k: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+4
2022-09-28wifi: wil6210: debugfs: use DEFINE_SHOW_ATTRIBUTE to simplify fw_capabilities...Liu Shixin1-30/+6
2022-09-28wifi: ath11k: stop tx queues immediately upon firmware exitAditya Kumar Singh3-4/+5
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo65-369/+1750