summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo
2023-07-25wifi: ath9k: fix fortify warningsDmitry Antipov
2023-07-25wifi: ath9k: avoid using uninitialized arrayDmitry Antipov
2023-04-17wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi
2022-11-02wifi: ath9k: remove variable sentColin Ian King
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen
2021-12-07ath9k: switch to rate table based lookupJonas Jelonek
2021-02-18ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau
2020-02-14mac80211: Fix setting txpower to zeroBen Greear
2019-04-29ath9k: Remove some set but not used variablesYueHaibing
2019-04-29ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-02-26ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau
2018-07-31ath9k: fix more-data flag for buffered multicast packetsFelix 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-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-14ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen
2017-02-14ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller
2016-12-21ath9k: do not return early to fix rcu unlockingTobias Klausmann
2016-12-15ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2015-12-11ath9k: fix inconsistent indenting on return statementColin Ian King
2015-12-08ath9k: queue null frames in case of MCCJanusz Dziedzic
2015-12-08ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic
2015-08-06ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau
2015-08-06ath9k: remove struct ath_atx_acFelix Fietkau
2015-07-21ath9k: fix moredata flag endianness in cabq txMichal Kazior