summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: use proper statements in conditionalsArnd Bergmann2023-03-111-7/+7
* wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-03-111-0/+1
* wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin2023-03-111-9/+22
* ath9k: htc: clean up statistics macrosPavel Skripkin2023-03-113-32/+36
* ath9k: hif_usb: simplify if-if to if-elseWan Jiabing2023-03-111-3/+2
* wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin2023-03-111-1/+3
* wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida2023-01-181-0/+6
* wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin2023-01-181-0/+14
* wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng2023-01-181-8/+12
* wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin2023-01-181-13/+15
* wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin2023-01-181-4/+0
* wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa2022-10-261-15/+28
* wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong2022-10-261-25/+29
* wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi2022-08-251-2/+2
* wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter2022-08-251-10/+4
* ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2022-08-252-6/+7
* ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski2022-08-251-3/+2
* carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong2022-06-141-0/+3
* ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-06-141-0/+8
* ath9k: fix ar9003_get_eepmiscWenli Looi2022-06-141-1/+1
* ath9k: fix QCA9561 PA bias levelThibaut VARÈNE2022-06-141-1/+1
* ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-04-151-0/+3
* ath9k_htc: fix uninit value bugsPavel Skripkin2022-04-151-0/+5
* ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-04-151-3/+4
* carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King2022-04-151-1/+1
* ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen2022-01-271-0/+7
* ath10k: Fix tx hangingSebastian Gottschall2022-01-272-2/+3
* ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen2022-01-271-0/+4
* wcn36xx: Release DMA channel descriptor allocationsBryan O'Donoghue2022-01-271-0/+5
* wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue2022-01-271-2/+2
* wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li2021-11-261-1/+11
* ath10k: fix max antenna gain unitSven Eckelmann2021-11-262-3/+6
* ath9k: Fix potential interrupt storm on queue resetLinus Lüssing2021-11-261-1/+3
* ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_d...Tuo Li2021-11-261-4/+6
* wcn36xx: handle connection loss indicationBenjamin Li2021-11-261-11/+33
* wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain2021-11-261-1/+3
* ath10k: fix division by zero in send pathJohan Hovold2021-11-261-0/+5
* ath10k: fix control-message timeoutJohan Hovold2021-11-261-1/+1
* ath6kl: fix control-message timeoutJohan Hovold2021-11-261-1/+1
* ath6kl: fix division by zero in send pathJohan Hovold2021-11-261-0/+5
* ath9k: fix sleeping in atomic contextMiaoqing Pan2021-09-221-5/+7
* ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen2021-09-221-1/+2
* ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter2021-09-221-1/+3
* ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2021-08-262-1/+87
* ath: Modify ath_key_delete() to not need full key entryJouni Malinen2021-08-265-23/+22
* ath: Export ath_hw_keysetmac()Jouni Malinen2021-08-262-2/+3
* ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2021-08-261-0/+5
* ath: Use safer key clearing with key cache entriesJouni Malinen2021-08-261-1/+10
* ath10k: Fix an error code in ath10k_add_interface()Yang Li2021-07-201-0/+1
* wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue2021-07-201-13/+8