summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2022-12-20wifi: ath9k: use proper statements in conditionalsArnd Bergmann
2022-12-02wifi: ath10k: fix QCOM_SMEM dependencyKalle Valo
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-11-17wifi: ath10k: Remove redundant argument offsetZhi-Jun You
2022-11-17wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-09wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversionZhi-Jun You
2022-11-09wifi: ath9k: Remove unused variable mismatchColin Ian King
2022-11-08wifi: ath11k: Trigger sta disconnect on hardware restartYoughandhar Chintala
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-03wifi: ath11k: Make QMI message rules constJeff Johnson
2022-11-03wifi: ath10k: Make QMI message rules constJeff Johnson
2022-11-02wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong
2022-11-02wifi: ath11k: Fix QCN9074 firmware boot on x86Tyler J. Stachecki
2022-11-02wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return typeJiri Slaby (SUSE)
2022-11-02wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee
2022-11-02wifi: ath9k: remove variable sentColin Ian King
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-28wifi: ath11k: fix monitor vdev creation with firmware recoveryNagarajan Maran
2022-10-19wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-13wifi: ath10k: Check return value of ath10k_get_arvif() in ath10k_wmi_event_td...Peter Kosyh
2022-10-13wifi: ath11k: Fix firmware crash on vdev delete race conditionSowmiya Sree Elavalagan
2022-10-12wifi: ath11k: Send PME message during wakeup from D3coldBaochen Qiang
2022-10-12wifi: ath11k: add support to configure channel dwell timeManikanta Pubbisetty
2022-10-12wifi: ath11k: suppress add interface errorKarthikeyan Periyasamy
2022-10-12wifi: ath11k: fix firmware assert during bandwidth change for peer staAditya Kumar Singh
2022-10-12wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida
2022-10-12wifi: carl9170: Remove -Warray-bounds exceptionKees Cook
2022-10-11wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo
2022-10-11wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin
2022-10-11wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin
2022-10-11wifi: ath9k: Remove -Warray-bounds exceptionKees Cook
2022-10-11wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-10wifi: ath9k: Make arrays prof_prio and channelmap static constColin Ian King
2022-10-10wifi: ath11k: Fix spelling mistake "chnange" -> "change"Colin Ian King
2022-10-10wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-30wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recoveryWen Gong
2022-09-30wifi: ath11k: Don't exit on wakeup failureBaochen Qiang
2022-09-30carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28wifi: ath10k: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-28wifi: wil6210: debugfs: use DEFINE_SHOW_ATTRIBUTE to simplify fw_capabilities...Liu Shixin