summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-30ath10k: Fix the parsing error in service available eventRakesh Pillai3-3/+11
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma1-1/+1
2020-11-05ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-11-05ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong1-0/+4
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-10-29ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile1-0/+19
2020-10-29ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-10-29wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue1-1/+1
2020-10-29ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET1-1/+1
2020-10-29ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter1-0/+2
2020-10-29ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter1-0/+3
2020-10-29ath10k: provide survey info as accumulated dataVenkateswara Naralasetty1-1/+1
2020-10-01ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong1-4/+14
2020-10-01ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik1-0/+2
2020-10-01ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan1-0/+1
2020-10-01ath10k: fix array out-of-bounds accessMiaoqing Pan2-19/+32
2020-09-03Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen1-1/+1
2020-08-19ath10k: Acquire tx_lock in tx error pathsEvan Green1-0/+4
2020-08-05ath10k: enable transmit data ack RSSI for QCA9884Abhishek Ambure1-0/+1
2020-07-29ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-07-29ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-07-16Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"Greg Kroah-Hartman2-42/+11
2020-06-22carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
2020-06-22wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET1-2/+4
2020-06-22ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-06-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15