summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-08-05ath9k: release allocated buffer if timed outNavid Emamdoost1-0/+1
2020-08-05ath9k_htc: release allocated buffer if timed outNavid Emamdoost1-0/+3
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-22ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-22ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-22ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-22ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-22ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-04-21wil6210: remove reset file from debugfsKarthick Gopalasubramanian1-27/+0
2020-04-21wil6210: make sure Rx ring sizes are correlatedDedy Lansky4-7/+12
2020-04-21wil6210: add general initialization/size checksAlexei Avshalom Lazar2-1/+3
2020-04-21wil6210: ignore HALP ICR if already handledMaya Erez3-4/+12
2020-04-21wil6210: check rx_buff_mgmt before accessing itDedy Lansky1-0/+3
2020-04-17ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel1-0/+3
2020-02-24ath10k: Correct the DMA direction for management tx buffersRakesh Pillai1-1/+1
2020-02-14ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue1-2/+17
2020-02-01ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2020-01-27ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2020-01-27wcn36xx: use dynamic allocation for large variablesArnd Bergmann1-81/+105
2020-01-27ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2020-01-27ath10k: Fix encoding for protected management framesRakesh Pillai1-1/+3
2020-01-27ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi1-3/+1
2020-01-27ath10k: fix dma unmap direction for management framesRakesh Pillai2-4/+4
2020-01-14ath10k: fix memory leakNavid Emamdoost1-0/+1
2020-01-09ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2020-01-09ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2019-12-31ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan1-0/+2
2019-12-31ath10k: Correct error handling of dma_map_single()Bjorn Andersson1-1/+3
2019-12-31ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freqBen Greear1-11/+11
2019-12-31ath10k: fix backtrace on coredumpAnilkumar Kolli1-3/+8
2019-12-17ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan1-4/+5
2019-12-17ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-12-05ath6kl: Fix off by one error in scan completionKyle Roeschley1-1/+1
2019-12-05ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2019-12-01ath9k_hw: fix uninitialized variable dataDenis Efremov1-1/+1
2019-12-01ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng1-0/+8
2019-12-01ath10k: snoc: fix unbalanced clock error handlingBrian Norris1-1/+1
2019-12-01wil6210: fix locking in wmi_callLior David1-4/+5
2019-12-01wil6210: fix RGF_CAF_ICR address for Talyn-MBMaya Erez2-2/+10
2019-12-01wil6210: fix L2 RX status handlingMaya Erez1-11/+12
2019-12-01wil6210: fix debugfs memory access alignmentAhmad Masri1-5/+10
2019-12-01ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang1-12/+11
2019-12-01ath10k: set probe request oui during driver startRakesh Pillai1-6/+8
2019-11-24ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2019-11-24ath10k: fix vdev-start timeout on errorBen Greear4-5/+25