summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: constify usb_device_idArvind Yadav2017-08-111-1/+1
* ath9k: make ath_ps_ops structures as constBhumika Goyal2017-08-082-2/+2
* ath9k: Add Dell Wireless 1802 with wowlan capabilityRosen Penev2017-08-031-0/+5
* ath9k: fix debugfs file permissionChristoph Fritz2017-08-031-1/+1
* ath9k: remove useless variable assignment in ath_mci_intr()Gustavo A. R. Silva2017-06-281-1/+1
* ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan2017-06-281-4/+4
* ath9k: avoid potential freezing during random generator readMiaoqing Pan2017-06-281-1/+5
* ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan2017-06-281-1/+3
* ath9k: fix tx99 bus errorMiaoqing Pan2017-06-281-2/+0
* ath9k: fix tx99 use after freeMiaoqing Pan2017-06-281-4/+9
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-6/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-5/+3
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-05-193-3/+3
|\
| * ath9k: check ah->curchan when updating tx powerStanislaw Gruszka2017-05-191-1/+1
| * ath9k: remove unnecessary codeGustavo A. R. Silva2017-05-191-1/+1
| * ath9k: fix spelling in ath9k_tx99_init()Ammly Fredrick2017-05-191-1/+1
* | mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-082-3/+3
* | mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-287-7/+14
* | mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-287-26/+25
|/
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-247-3/+77
|\
| * ath9k: add noise floor override optionSimon Wunderlich2017-04-193-1/+67
| * ath9k: Add cast to u8 to FREQ2FBIN macroMatthias Kaehlcke2017-04-191-1/+1
| * ath9k: Add Dell Wireless 1601 with wowlan capabilityDamien Thébault2017-04-191-0/+5
| * ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter2017-04-191-1/+1
| * ath9k_htc: fix NULL-deref at probeJohan Hovold2017-04-051-0/+3
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-202-0/+4
|\ \ | |/ |/|
| * wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-062-0/+4
* | ath9k: don't trigger spectral scan when not enabledZefir Kurtisi2017-03-161-0/+3
* | ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin2017-03-091-0/+1
|/
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter2017-02-151-2/+2
* ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann2017-02-141-1/+1
* ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau2017-02-141-36/+16
* ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau2017-02-075-26/+48
* ath9k_hw: check if the chip failed to wake upFelix Fietkau2017-02-071-0/+4
* ath9k: rename tx_complete_work to hw_check_workFelix Fietkau2017-02-075-30/+35
* ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFSChristian Lamparter2017-01-138-8/+64
* ath9k: fix spelling mistake: "meaurement" -> "measurement"Colin Ian King2017-01-121-1/+1
* ath9k: ar9003_mac: kill off ACCESS_ONCE()Mark Rutland2017-01-121-46/+46
* ath9k: ar9002_mac: kill off ACCESS_ONCE()Mark Rutland2017-01-121-32/+32
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-0218-373/+601
|\
| * ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen2016-12-152-14/+9
| * ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen2016-12-159-56/+303
| * ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl2016-12-155-234/+174
| * ath9k: Make the EEPROM swapping check use the eepmisc registerMartin Blumenstingl2016-12-151-16/+41
| * ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl2016-12-155-47/+52
| * ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl2016-12-156-18/+4