summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: use non-QoS NDP for AP probingJohannes Berg2018-03-211-0/+1
* ath9k_htc: add Altai WA1011N-GUOleksij Rempel2018-02-071-0/+1
* ath9k: Fix get channel default noise floorWojciech Dubowik2018-02-071-1/+1
* ath9k: Display calibration data piers in debugfsWojciech Dubowik2018-01-251-1/+63
* ath9k: Use calibrated noise floor value when availableWojciech Dubowik2018-01-251-14/+24
* ath9k: Read noise floor calibration data from eepromWojciech Dubowik2018-01-253-8/+67
* ath9k: Alternative EEPROM size for AR9003Wojciech Dubowik2018-01-251-0/+6
* ath9k: discard undersized packetsFelix Fietkau2018-01-251-2/+2
* ath9k: add a quirk to set use_msi automaticallyAceLan Kao2018-01-161-0/+53
* ath9k: add MSI supportRussell Hu2018-01-166-8/+115
* ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter2017-12-141-0/+4
* ath9k: move spectral scan support under a separate config symbolMatthias Schiffer2017-12-073-8/+14
* ath9k: dfs: use swap macro in ath9k_check_chirpingGustavo A. R. Silva2017-12-021-5/+3
* 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/+25
| * 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/+2
| * 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/+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