summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-09-23wifi: wil6210: fix fortify warningsDmitry Antipov4-6/+10
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu2-4/+4
2023-09-23wifi: ath9k: fix fortify warningsDmitry Antipov2-4/+6
2023-09-13wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+5
2023-09-13wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-09-13wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming1-1/+1
2023-09-13wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin1-6/+8
2023-09-13wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin1-2/+4
2023-09-13Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo1-5/+0
2023-07-27wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2-0/+6
2023-07-27wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855Wen Gong1-13/+40
2023-07-27wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon1-1/+1
2023-07-19wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel3-2/+10
2023-07-19wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-07-19wifi: ath11k: Add missing check for ioremapJiasheng Jiang1-0/+5
2023-07-19wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2023-07-19wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2-9/+7
2023-07-19wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-07-19wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin1-0/+4
2023-07-19wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer1-9/+18
2023-05-24wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran1-3/+6
2023-05-24wifi: ath11k: Ignore frags from uninitialized peer in dp.Harshitha Prem3-1/+12
2023-05-24wifi: ath: Silence memcpy run-time false positive warningKees Cook2-6/+8
2023-05-11wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return typeJiri Slaby (SUSE)1-1/+1
2023-05-11wifi: ath11k: fix writing to unintended memory regionP Praneesh1-6/+6
2023-05-11wifi: ath11k: fix deinitialization of firmware resourcesAditya Kumar Singh1-0/+6
2023-05-11wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin1-2/+2
2023-05-11wifi: ath11k: fix SAC bug on peer addition with sta band migrationChristian Marangi1-2/+3
2023-05-11wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter1-1/+1
2023-05-11wifi: ath5k: Use platform_get_irq() to get the interruptDouglas Anderson1-6/+4
2023-05-11wifi: ath11k: Use platform_get_irq() to get the interruptDouglas Anderson1-4/+4
2023-05-11wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin1-0/+19
2023-05-11wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-05-11wifi: ath11k: reduce the MHI timeout to 20sKalle Valo1-1/+1
2023-03-10wifi: ath11k: allow system suspend to survive ath11kLen Brown1-1/+1
2023-03-10wifi: ath11k: debugfs: fix to work with multiple PCI devicesKalle Valo2-9/+40
2023-03-10wifi: ath11k: fix monitor mode bringup crashNagarajan Maran1-0/+1
2023-03-10wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2-2/+2
2023-03-10wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin1-0/+1
2023-03-10wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-03-10wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin1-9/+22
2023-03-10wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-02-25wifi: ath11k: fix warning in dma_free_coherent() of memory chunks while recoveryWen Gong1-3/+3
2023-01-12wifi: ath11k: Send PME message during wakeup from D3coldBaochen Qiang1-0/+3
2023-01-12wifi: ath9k: use proper statements in conditionalsArnd Bergmann1-7/+7
2022-12-31wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee1-0/+3
2022-12-31wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala3-0/+27
2022-12-31wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2022-12-31wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2022-12-31wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12