aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-03-29ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addrJoe Perches2-2/+2
2018-03-29ath9k: fix DFS detector synchronizationTimothy Redaelli1-4/+5
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches7-46/+43
2018-03-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-9/+23
2018-03-26ath9k: spelling s/premble/preamble/Peter Große1-1/+1
2018-03-26ath9k: fix crash in spectral scanSebastian Gottschall1-5/+7
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-03-21ath9k_htc: use non-QoS NDP for AP probingJohannes Berg1-0/+1
2018-03-14ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen1-0/+4
2018-02-27ath9k: Fix ack SIFS time for quarter/half channelsWojciech Dubowik1-1/+7
2018-02-27ath9k: Fix airtime calculation for quarter/half channelsWojciech Dubowik1-2/+4
2018-02-07ath9k_htc: add Altai WA1011N-GUOleksij Rempel1-0/+1
2018-02-07ath9k: Fix get channel default noise floorWojciech Dubowik1-1/+1
2018-01-25ath9k: Display calibration data piers in debugfsWojciech Dubowik1-1/+63
2018-01-25ath9k: Use calibrated noise floor value when availableWojciech Dubowik1-14/+24
2018-01-25ath9k: Read noise floor calibration data from eepromWojciech Dubowik3-8/+67
2018-01-25ath9k: Alternative EEPROM size for AR9003Wojciech Dubowik1-0/+6
2018-01-25ath9k: discard undersized packetsFelix Fietkau1-2/+2
2018-01-16ath9k: add a quirk to set use_msi automaticallyAceLan Kao1-0/+53
2018-01-16ath9k: add MSI supportRussell Hu6-8/+115
2017-12-14ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter1-0/+4
2017-12-07ath9k: move spectral scan support under a separate config symbolMatthias Schiffer3-8/+14
2017-12-02ath9k: dfs: use swap macro in ath9k_check_chirpingGustavo A. R. Silva1-5/+3
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller19-78/+80
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27ath: Convert timers to use timer_setup()Kees Cook9-30/+25
2017-10-27ath9k: debug: Remove redundant checkChristos Gkekas1-1/+1
2017-10-13ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-10-04ath9k: make const array reg_hole_list static, reduces object code sizeColin Ian King1-1/+1
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä3-11/+14
2017-09-25ath9k: Use ARRAY_SIZE macroThomas Meyer1-3/+2
2017-09-25ath9k: remove cast to void pointerHimanshu Jha11-32/+32
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