aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
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.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller7-3/+77
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid 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
2017-03-16ath9k: don't trigger spectral scan when not enabledZefir Kurtisi1-0/+3
2017-03-09ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin1-0/+1
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2-0/+4
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-15ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-02-14ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann1-1/+1
2017-02-14ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau1-36/+16
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau5-26/+48
2017-02-07ath9k_hw: check if the chip failed to wake upFelix Fietkau1-0/+4
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau5-30/+35
2017-01-13ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter8-8/+64
2017-01-12ath9k: fix spelling mistake: "meaurement" -> "measurement"Colin Ian King1-1/+1
2017-01-12ath9k: ar9003_mac: kill off ACCESS_ONCE()Mark Rutland1-46/+46
2017-01-12ath9k: ar9002_mac: kill off ACCESS_ONCE()Mark Rutland1-32/+32
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller18-373/+601
2016-12-21ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2016-12-15ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen2-14/+9
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen9-56/+303
2016-12-15ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl5-234/+174
2016-12-15ath9k: Make the EEPROM swapping check use the eepmisc registerMartin Blumenstingl1-16/+41
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl5-47/+52