summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-05-17wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin1-2/+2
2023-05-17wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter1-1/+1
2023-05-17wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-03-11wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-03-11wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-01-18wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2023-01-18wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2023-01-18wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2023-01-18wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2023-01-18wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2022-10-26wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa1-15/+28
2022-10-26wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-08-25wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-25wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-08-25ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
2022-06-14carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong1-0/+3
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-06-14ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1
2022-06-14ath9k: fix QCA9561 PA bias levelThibaut VARÈNE1-1/+1
2022-04-20ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen1-0/+3
2022-04-20ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-04-20carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King1-1/+1
2022-01-27ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2022-01-27ath10k: Fix tx hangingSebastian Gottschall2-2/+3
2022-01-27ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen1-0/+4
2022-01-27wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2021-11-26ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-11-26ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-11-26ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_d...Tuo Li1-4/+6
2021-11-26wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-11-26wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain1-1/+3
2021-11-26ath10k: fix division by zero in send pathJohan Hovold1-0/+5
2021-11-26ath10k: fix control-message timeoutJohan Hovold1-1/+1
2021-11-26ath6kl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-26ath6kl: fix division by zero in send pathJohan Hovold1-0/+5
2021-09-22ath9k: fix sleeping in atomic contextMiaoqing Pan1-5/+7
2021-09-22ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen1-1/+2
2021-09-22ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2021-09-22ath10k: fix recent bandwidth conversion bugChristian Lamparter1-18/+24
2021-08-26ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2021-08-26ath: Modify ath_key_delete() to not need full key entryJouni Malinen5-23/+22
2021-08-26ath: Export ath_hw_keysetmac()Jouni Malinen2-2/+3
2021-08-26ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2021-08-26ath: Use safer key clearing with key cache entriesJouni Malinen1-1/+10
2021-07-20ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-07-20wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-07-20ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-05-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-03-17ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8