summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller2018-06-031-1/+1
|\
| * ath: add support to get the detected radar specificationsSriram R2018-05-251-1/+1
* | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-231-1/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-04-251-3/+3
|\
| * ath9k: dfs: remove accidental use of stack VLAGustavo A. R. Silva2018-04-101-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ | |/ |/|
| * treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addrJoe Perches2018-03-292-2/+2
* | ath9k: fix DFS detector synchronizationTimothy Redaelli2018-03-291-4/+5
* | wireless: Use octal not symbolic permissionsJoe Perches2018-03-277-46/+43
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-03-274-9/+23
|\ \
| * | ath9k: spelling s/premble/preamble/Peter Große2018-03-261-1/+1
| * | ath9k: fix crash in spectral scanSebastian Gottschall2018-03-261-5/+7
| * | ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen2018-03-141-0/+4
| * | ath9k: Fix ack SIFS time for quarter/half channelsWojciech Dubowik2018-02-271-1/+7
| * | ath9k: Fix airtime calculation for quarter/half channelsWojciech Dubowik2018-02-271-2/+4
| |/
* / 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