summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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: Release DMA channel descriptor allocationsBryan O'Donoghue1-0/+5
2022-01-27wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2021-11-17ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann1-1/+9
2021-11-17wcn36xx: add proper DMA memory barriers in rx pathBenjamin Li1-1/+11
2021-11-17ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-11-17ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-11-17ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-11-17ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_d...Tuo Li1-4/+6
2021-11-17ath10k: high latency fixes for beacon bufferAlagu Sankar1-8/+23
2021-11-17wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-11-17wcn36xx: Fix HT40 capability for 2Ghz bandLoic Poulain1-1/+3
2021-11-17ath10k: fix division by zero in send pathJohan Hovold1-0/+5
2021-11-17ath10k: fix control-message timeoutJohan Hovold1-1/+1
2021-11-17ath6kl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-17ath6kl: 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-15ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
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-14ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-07-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
2021-07-14wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-07-14ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang1-3/+9
2021-07-14ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang1-1/+1
2021-07-14ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-06-03ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-06-03Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-06-03ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong1-0/+10
2021-06-03ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2-1/+18
2021-06-03ath10k: drop fragments with multicast DA for SDIOWen Gong1-2/+7
2021-06-03ath10k: drop fragments with multicast DA for PCIeWen Gong1-3/+20
2021-06-03ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong2-4/+96
2021-05-14ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan1-0/+3
2021-05-14ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-04-07ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-03-17ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8
2021-03-07ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan1-11/+4
2021-03-04ath9k: fix data bus crash when setting nf_override via debugfsLinus Lüssing1-1/+4
2021-03-04ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai1-2/+3
2021-01-17wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-30ath10k: Release some resources in an error handling pathChristophe JAILLET1-1/+4
2020-12-30ath10k: Fix an error handling pathChristophe JAILLET1-0/+2