summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2020-02-05ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2020-01-27ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
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-01ath9k_hw: fix uninitialized variable dataDenis Efremov1-1/+1
2019-11-24ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
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-20ath9k: fix tx99 with monitor mode interfaceFelix Fietkau4-20/+4
2019-07-31ath9k: Check for errors when reading SREV registerTim Schumacher1-9/+23
2019-03-14ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson1-3/+3
2019-02-12ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi4-12/+29
2019-02-12ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2018-09-19ath9k_hw: fix channel maximum power level testFelix Fietkau1-2/+5
2018-09-19ath9k: report tx status on EOSPFelix Fietkau1-1/+2
2018-05-30ath9k: fix crash in spectral scanSebastian Gottschall1-5/+7
2018-04-19ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen1-0/+4
2018-02-03mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11ath9k: constify usb_device_idArvind Yadav1-1/+1
2017-08-08ath9k: make ath_ps_ops structures as constBhumika Goyal2-2/+2
2017-08-03ath9k: Add Dell Wireless 1802 with wowlan capabilityRosen Penev1-0/+5
2017-08-03ath9k: fix debugfs file permissionChristoph Fritz1-1/+1
2017-06-28ath9k: remove useless variable assignment in ath_mci_intr()Gustavo A. R. Silva1-1/+1
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan1-4/+4
2017-06-28ath9k: avoid potential freezing during random generator readMiaoqing Pan1-1/+5
2017-06-28ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan1-1/+3
2017-06-28ath9k: fix tx99 bus errorMiaoqing Pan1-2/+0
2017-06-28ath9k: fix tx99 use after freeMiaoqing Pan1-4/+9
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-4/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-5/+3
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-3/+3
2017-05-19ath9k: check ah->curchan when updating tx powerStanislaw Gruszka1-1/+1
2017-05-19ath9k: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-05-19ath9k: fix spelling in ath9k_tx99_init()Ammly Fredrick1-1/+1
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2-3/+3
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg7-7/+14
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg7-26/+25
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller7-3/+77
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2-0/+4
2017-04-19ath9k: add noise floor override optionSimon Wunderlich3-1/+67
2017-04-19ath9k: Add cast to u8 to FREQ2FBIN macroMatthias Kaehlcke1-1/+1
2017-04-19ath9k: Add Dell Wireless 1601 with wowlan capabilityDamien Thébault1-0/+5
2017-04-19ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter1-1/+1
2017-04-05ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3