summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-20ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter1-2/+1
2019-11-20ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau4-3/+17
2019-11-20ath10k: wmi: disable softirq's while calling ieee80211_rxErik Stromdahl1-1/+2
2019-11-20ath10k: avoid possible memory access violationK.T.VIJAYAKUMAAR1-0/+7
2019-11-20ath10k: limit available channels via DT ieee80211-freq-limitSven Eckelmann1-0/+2
2019-11-20wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky1-0/+3
2019-11-20wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2-4/+9
2019-11-20wil6210: set edma variables only for Talyn-MB devicesMaya Erez2-2/+1
2019-11-20wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky1-1/+8
2019-11-20ath9k: fix tx99 with monitor mode interfaceFelix Fietkau4-20/+4
2019-11-20ath10k: skip resetting rx filter for WCN3990Rakesh Pillai2-1/+21
2019-11-20ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam2-3/+3
2019-11-06ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng1-0/+8
2019-11-06ath10k: assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3Abhishek Ambure1-1/+1
2019-11-06wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri1-30/+14
2019-08-04ath10k: Change the warning message stringFabio Estevam1-1/+1
2019-07-26ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-07-26wil6210: drop old event after wmi_call timeoutAhmad Masri1-1/+12
2019-07-26ath10k: fix PCIE device wake up failedMiaoqing Pan1-1/+1
2019-07-26ath10k: add missing error handlingClaire Chang1-0/+4
2019-07-26ath: DFS JP domain W56 fixed pulse type 3 RADAR detectionAnilkumar Kolli1-1/+1
2019-07-26wil6210: fix spurious interrupts in 3-msiMaya Erez1-25/+40
2019-07-26ath10k: add peer id check in ath10k_peer_find_by_idWen Gong1-0/+3
2019-07-26ath6kl: add some bounds checkingDan Carpenter1-1/+9
2019-07-26ath9k: Check for errors when reading SREV registerTim Schumacher1-9/+23
2019-07-26ath10k: Do not send probe response template for meshSurabhi Vishnoi1-0/+4
2019-07-26wil6210: fix potential out-of-bounds readGustavo A. R. Silva1-0/+1
2019-07-14carl9170: fix misuse of device driver APIChristian Lamparter1-22/+17
2019-05-31wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2-5/+11