summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: ath9k_set_moredata(): fix sparse warningsKalle Valo2024-03-251-2/+8
* wifi: ath9k: remove redundant assignment to variable retColin Ian King2024-02-021-2/+1
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-1/+1
* wifi: ath9k: fix fortify warningsDmitry Antipov2023-07-251-2/+2
* wifi: ath9k: avoid using uninitialized arrayDmitry Antipov2023-07-251-0/+2
* wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek2023-04-171-6/+24
* wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi2022-12-221-1/+1
* wifi: ath9k: remove variable sentColin Ian King2022-11-021-2/+0
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-4/+4
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-031-1/+1
| |\
| | * ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer2022-04-121-1/+1
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-3/+3
| |/
* | ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2022-04-101-10/+20
* | ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen2022-04-011-3/+2
|/
* ath9k: switch to rate table based lookupJonas Jelonek2021-12-071-2/+43
* ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-181-0/+6
* mac80211: Fix setting txpower to zeroBen Greear2020-02-141-2/+5
* ath9k: Remove some set but not used variablesYueHaibing2019-04-291-11/+0
* ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen2019-04-291-3/+4
* mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-1/+4
* ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen2019-02-261-0/+3
* ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen2019-02-121-171/+73
* ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2018-11-061-2/+3
* ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann2018-10-131-9/+9
* ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2018-10-021-1/+1
* ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2018-08-281-1/+1
* ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau2018-07-311-9/+3
* ath9k: fix block-ack window tracking issuesFelix Fietkau2018-07-311-11/+18
* ath9k: report tx status on EOSPFelix Fietkau2018-07-311-1/+2
* ath9k: clear potentially stale EOSP status bit in intermediate queuesFelix Fietkau2018-07-311-1/+2
* ath9k: fix moredata bit in PS buffered frame releaseFelix Fietkau2018-07-311-0/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\
| * treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen2018-03-141-0/+4
|/
* ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau2017-02-141-36/+16
* ath9k: rename tx_complete_work to hw_check_workFelix Fietkau2017-02-071-2/+0
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-021-61/+131
|\
| * ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen2016-12-151-12/+0
| * ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen2016-12-151-48/+129
| * ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl2016-12-151-1/+2
* | ath9k: do not return early to fix rcu unlockingTobias Klausmann2016-12-211-1/+1
|/
* ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen2016-11-151-204/+134
* ath9k: improve powersave filter handlingFelix Fietkau2016-09-091-3/+9
* ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau2016-09-091-32/+62
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* ath9k: fix inconsistent indenting on return statementColin Ian King2015-12-111-1/+1
* ath9k: queue null frames in case of MCCJanusz Dziedzic2015-12-081-0/+6
* ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic2015-12-081-0/+15
* ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau2015-08-061-15/+8