summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Remove some set but not used variablesYueHaibing2019-04-291-11/+0Star
* 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/+73Star
* 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/+3Star
* 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/+16Star
* ath9k: rename tx_complete_work to hw_check_workFelix Fietkau2017-02-071-2/+0Star
* 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/+0Star
| * 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/+134Star
* 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/+8Star
* ath9k: remove struct ath_atx_acFelix Fietkau2015-08-061-89/+39Star
* ath9k: fix moredata flag endianness in cabq txMichal Kazior2015-07-211-2/+2
* ath9k: make DMA stop related messages debug-onlyFelix Fietkau2015-07-211-2/+5
* ath9k: fix per-packet tx power configurationLorenzo Bianconi2015-05-031-27/+25Star
* ath9k: add per-vif TX power capability to TX pathLorenzo Bianconi2015-03-031-14/+28
* ath9k: Fix no-ack frame statusSujith Manoharan2015-01-231-3/+6
* Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo2015-01-221-2/+4
|\
| * mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan2014-12-121-2/+4
* | ath9k: add TPC to TX path for AR9002 based chipsLorenzo Bianconi2015-01-151-12/+56
* | ath9k: fix typoLorenzo Bianconi2014-12-241-1/+1
|/
* ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi2014-11-251-1/+36
* ath9k: Enable HW queue control only for MCCSujith Manoharan2014-10-231-2/+8
* ath9k: Fix sequence number assignmentSujith Manoharan2014-10-081-11/+23
* ath9k: fix getting tx duration for dynackFelix Fietkau2014-09-301-0/+2
* ath9k: Check early for HW resetSujith Manoharan2014-09-301-4/+6
* ath9k: Fix offchannel queuingSujith Manoharan2014-09-261-3/+3
* ath9k: Use normal queues for offchannel framesSujith Manoharan2014-09-261-2/+1Star
* ath9k: Fix queue managementSujith Manoharan2014-09-261-7/+3Star