summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-04-13ath10k: add BMI parameters to fix calibration from DT/pre-calAnilkumar Kolli2-3/+15
2018-04-13ath5k: fix memory leak on buf on failed eeprom readColin Ian King1-1/+4
2018-03-24ath10k: handling qos at STA side based on AP WMM enable/disableBalaji Pothunoori1-1/+1
2018-03-24ath10k: fix out of bounds access to local bufferMichael Mera1-6/+10
2018-03-24ath: Fix updating radar flags for coutry code IndiaMohammed Shafi Shajakhan1-7/+12
2018-03-22ath10k: fix invalid STS_CAP_OFFSET_MASKBen Greear1-1/+2
2018-03-22ath10k: update tdls teardown state to targetManikanta Pubbisetty1-0/+10
2018-03-22wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky1-3/+17
2018-03-22wil6210: fix protection against connections during resetHamad Kadmany1-2/+9
2018-03-22ath10k: fix compile time sanity check for CE4 buffer sizeMohammed Shafi Shajakhan1-1/+1
2018-03-22ath10k: fix fetching channel during potential radar detectionMohammed Shafi Shajakhan1-0/+5
2018-03-22ath10k: disallow DFS simulation if DFS channel is not enabledMohammed Shafi Shajakhan1-0/+9
2018-03-22ath10k: fix a warning during channel switch with multiple vapsMohammed Shafi Shajakhan1-1/+1
2018-01-17ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan2-16/+92
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-11-30ath10k: set CTS protection VDEV param only if VDEV is upBartosz Markowski1-8/+43
2017-11-30ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter1-3/+9
2017-11-30ath10k: ignore configuring the incorrect board_idRyan Hsu1-1/+4
2017-11-30ath10k: fix incorrect txpower set by P2P_DEVICE interfaceRyan Hsu1-3/+4
2017-11-15wcn36xx: Don't use the destroyed hal_mutexBjorn Andersson1-1/+2
2017-11-08ath10k: fix reading sram contents for QCA4019Ashok Raj Nagarajan3-19/+60
2017-10-08ath10k: prevent sta pointer rcu violationMichal Kazior2-0/+19
2017-09-09ath10k: fix memory leak in rx ring buffer allocationRakesh Pillai1-6/+6
2017-08-07wil6210: fix deadlock when using fw_no_recovery optionLior David1-7/+8
2017-08-07ath10k: fix null deref on wmi-tlv when trying spectral scanMichal Kazior1-0/+6
2017-07-28ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan1-1/+3
2017-07-28ath9k: fix tx99 bus errorMiaoqing Pan1-2/+0
2017-07-28ath9k: fix tx99 use after freeMiaoqing Pan1-4/+9
2017-07-12ath10k: override CE5 config for QCA9377Bartosz Markowski1-1/+1
2017-06-24ath10k: fix napi crash during rmmod when probe firmware failsKalle Valo1-1/+2
2017-05-25ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-05-25ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin1-0/+1
2017-04-21ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2017-03-12ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-03-12ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau5-26/+48
2017-03-12ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2017-03-12ath10k: fix boot failure in UTF mode/testmodeTamizh chelvam1-5/+9
2017-01-12ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2017-01-12ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2-6/+2
2017-01-09ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2017-01-09ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer1-1/+1
2017-01-09ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2-2/+1
2016-10-14Merge tag 'wireless-drivers-for-davem-2016-10-14' of git://git.kernel.org/pub...David S. Miller5-59/+44
2016-10-13ath6kl: add Dell OEM SDIO I/O for the Venue 8 ProAdam Williamson1-0/+1
2016-10-13Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2-23/+3
2016-10-13ath10k: cache calibration data when the core is stoppedMarty Faltesek2-36/+40
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-663/+2199
2016-10-04Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim1-1/+1