aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-21ath9k: use hw_random API instead of directly dumping into random.cJason A. Donenfeld1-1/+2
2021-02-18ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau1-1/+2
2020-11-11ath9k: remove WDS codeJohannes Berg1-1/+0
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen1-14/+0
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi1-1/+1
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau1-0/+1
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau1-1/+0
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann1-2/+2
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau1-0/+1
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau1-3/+3
2016-12-15ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen1-2/+9
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-1/+24
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen1-8/+19
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg1-2/+5
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan1-4/+0
2015-12-11ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan1-0/+22
2015-12-08ath9k: MCC, print time elapsed between eventsJanusz Dziedzic1-0/+1
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-0/+1
2015-08-06ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau1-1/+0
2015-08-06ath9k: remove struct ath_atx_acFelix Fietkau1-10/+2
2015-08-06ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com1-1/+8
2015-03-13ath9k: make ath_frame_info fit into reduced-size rate_driver_dataFlorian Westphal1-1/+1
2015-03-03ath9k: add per-vif TX power capabilityLorenzo Bianconi1-0/+1
2015-02-03ath9k: Simplify user pattern configurationSujith Manoharan1-6/+0
2015-02-03ath9k: Add a debugfs file for WOWSujith Manoharan1-0/+1
2015-02-03ath9k: Remove unused BMISS processingSujith Manoharan1-2/+0
2015-02-03ath9k: Fix wow init/deinitSujith Manoharan1-0/+4
2015-01-27ath9k and ath9k_htc: rename variable "led_blink"Hong Xu1-1/+1
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi1-0/+1
2014-11-17ath9k: Adjust tbtt delta properlySujith Manoharan1-0/+1
2014-11-17ath9k: Fix LED configurationSujith Manoharan1-0/+1
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel1-1/+0
2014-11-11ath9k: move spec_config to ath_spec_scan_privOleksij Rempel1-2/+1
2014-11-11ath9k: move spectral_mode to ath_spec_scan_privOleksij Rempel1-1/+0
2014-11-11ath9k: add struct ath_spec_scan_privOleksij Rempel1-1/+1
2014-11-11ath9k: add support for reporting tx power to mac80211Felix Fietkau1-1/+1
2014-10-27ath9k: Improve flush() in mcc modeSujith Manoharan1-1/+1
2014-10-27ath9k: Send oneshot NoASujith Manoharan1-0/+1
2014-10-27ath9k: Check for active GO in mgd_prepare_tx()Sujith Manoharan1-0/+2
2014-10-27ath9k: Add a function to check for an active GOSujith Manoharan1-0/+1
2014-10-27ath9k: Fix address managementSujith Manoharan1-1/+1
2014-10-27ath9k: Check for pending frames properlySujith Manoharan1-1/+2
2014-10-27ath9k: Use configurable timeout for flushSujith Manoharan1-0/+1
2014-10-27ath9k: Unify reset APISujith Manoharan1-2/+1
2014-10-27ath9k: Enable multi-channel properlySujith Manoharan1-1/+1
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan1-1/+3
2014-10-02ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan1-0/+5
2014-10-02ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan1-2/+3