summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2018-07-31ath9k_hw: fix channel maximum power level testFelix Fietkau
2018-07-31ath9k: fix block-ack window tracking issuesFelix Fietkau
2018-07-31ath9k: report tx status on EOSPFelix Fietkau
2018-07-31ath9k: clear potentially stale EOSP status bit in intermediate queuesFelix Fietkau
2018-07-31ath9k: fix moredata bit in PS buffered frame releaseFelix Fietkau
2018-07-31ath9k: don't run periodic and nf calibation at the same timeFelix Fietkau
2018-07-31ath9k_hw: set spectral scan enable bit on trigger for AR9003+Felix Fietkau
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-29ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-06-14ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"Colin Ian King
2018-06-13ath9k: mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller
2018-05-25ath: add support to get the detected radar specificationsSriram R
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2018-04-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-04-10ath9k: dfs: remove accidental use of stack VLAGustavo A. R. Silva
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-03-29ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addrJoe Perches
2018-03-29ath9k: fix DFS detector synchronizationTimothy Redaelli
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-03-26ath9k: spelling s/premble/preamble/Peter Große
2018-03-26ath9k: fix crash in spectral scanSebastian Gottschall
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-21ath9k_htc: use non-QoS NDP for AP probingJohannes Berg
2018-03-14ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen
2018-02-27ath9k: Fix ack SIFS time for quarter/half channelsWojciech Dubowik
2018-02-27ath9k: Fix airtime calculation for quarter/half channelsWojciech Dubowik
2018-02-07ath9k_htc: add Altai WA1011N-GUOleksij Rempel
2018-02-07ath9k: Fix get channel default noise floorWojciech Dubowik
2018-01-25ath9k: Display calibration data piers in debugfsWojciech Dubowik
2018-01-25ath9k: Use calibrated noise floor value when availableWojciech Dubowik
2018-01-25ath9k: Read noise floor calibration data from eepromWojciech Dubowik
2018-01-25ath9k: Alternative EEPROM size for AR9003Wojciech Dubowik
2018-01-25ath9k: discard undersized packetsFelix Fietkau
2018-01-16ath9k: add a quirk to set use_msi automaticallyAceLan Kao
2018-01-16ath9k: add MSI supportRussell Hu
2017-12-14ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter
2017-12-07ath9k: move spectral scan support under a separate config symbolMatthias Schiffer
2017-12-02ath9k: dfs: use swap macro in ath9k_check_chirpingGustavo A. R. Silva
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27ath: Convert timers to use timer_setup()Kees Cook