aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2023-08-11wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov
2023-08-11wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel
2021-11-26ath9k: Fix potential interrupt storm on queue resetLinus Lüssing
2021-08-26ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen
2021-08-26ath: Modify ath_key_delete() to not need full key entryJouni Malinen
2021-08-26ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen
2021-07-20ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár
2020-04-17ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel
2019-11-20ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter
2019-11-20ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau
2019-11-20ath9k: fix tx99 with monitor mode interfaceFelix Fietkau
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-06-13ath9k: mark expected switch fall-throughsGustavo A. R. Silva
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2017-10-27ath: Convert timers to use timer_setup()Kees Cook
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä
2017-09-25ath9k: remove cast to void pointerHimanshu Jha
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau
2016-08-19ath9k: fix misleading indentBob Copeland
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg
2016-07-08ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg
2016-07-08ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan
2016-03-06Merge 'net-next/master'Kalle Valo
2016-01-26ath9k: request NOA update when chanctx activeKalle Valo
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon
2015-12-11ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach
2015-08-06ath9k: setup rxfilter when offchannelJanusz.Dziedzic@tieto.com
2015-08-06ath9k: setup rxfilter for all chanctxJanusz.Dziedzic@tieto.com
2015-08-06ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com
2015-06-08ath9k: fix DMA stop sequence for AR9003+Felix Fietkau
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...David S. Miller
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches