summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use QoS NDP for AP probingJohannes Berg2017-11-271-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-0419-78/+80
|\
| * ath: Convert timers to use timer_setup()Kees Cook2017-10-279-30/+25Star
| * ath9k: debug: Remove redundant checkChristos Gkekas2017-10-271-1/+1
| * ath9k: fix tx99 potential info leakMiaoqing Pan2017-10-131-0/+5
| * ath9k: make const array reg_hole_list static, reduces object code sizeColin Ian King2017-10-041-1/+1
| * ath9k: Avoid a potential deadlockVille Syrjälä2017-09-253-11/+14
| * ath9k: Use ARRAY_SIZE macroThomas Meyer2017-09-251-3/+2Star
| * ath9k: remove cast to void pointerHimanshu Jha2017-09-2511-32/+32
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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/+0Star
* 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/+1Star
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+3Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-6/+3Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-5/+3Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
* 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/+25Star
|/
* 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-281-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/+16Star
* 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