aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29ath9k: Remove some set but not used variablesYueHaibing1-11/+0
2019-04-29ath9k: Don't trust TX status TID number when reporting airtimeToke Høiland-Jørgensen1-3/+4
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-1/+4
2019-02-26ath9k: Make sure to zero status.tx_time before reporting TX statusToke Høiland-Jørgensen1-0/+3
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen1-171/+73
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi1-2/+3
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann1-9/+9
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau1-1/+1
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau1-1/+1
2018-07-31ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau1-9/+3
2018-07-31ath9k: fix block-ack window tracking issuesFelix Fietkau1-11/+18
2018-07-31ath9k: report tx status on EOSPFelix Fietkau1-1/+2
2018-07-31ath9k: clear potentially stale EOSP status bit in intermediate queuesFelix Fietkau1-1/+2
2018-07-31ath9k: fix moredata bit in PS buffered frame releaseFelix Fietkau1-0/+20
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-03-14ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen1-0/+4
2017-02-14ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau1-36/+16
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau1-2/+0
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-61/+131
2016-12-21ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2016-12-15ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen1-12/+0
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-48/+129
2016-12-15ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl1-1/+2
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen1-204/+134
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau1-3/+9
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau1-32/+62
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2015-12-11ath9k: fix inconsistent indenting on return statementColin Ian King1-1/+1
2015-12-08ath9k: queue null frames in case of MCCJanusz Dziedzic1-0/+6
2015-12-08ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic1-0/+15
2015-08-06ath9k: remove the sched field in struct ath_atx_tidFelix Fietkau1-15/+8
2015-08-06ath9k: remove struct ath_atx_acFelix Fietkau1-89/+39
2015-07-21ath9k: fix moredata flag endianness in cabq txMichal Kazior1-2/+2
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau1-2/+5
2015-05-03ath9k: fix per-packet tx power configurationLorenzo Bianconi1-27/+25
2015-03-03ath9k: add per-vif TX power capability to TX pathLorenzo Bianconi1-14/+28
2015-01-23ath9k: Fix no-ack frame statusSujith Manoharan1-3/+6
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo1-2/+4
2015-01-15ath9k: add TPC to TX path for AR9002 based chipsLorenzo Bianconi1-12/+56
2014-12-24ath9k: fix typoLorenzo Bianconi1-1/+1
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan1-2/+4
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi1-1/+36
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan1-2/+8
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan1-11/+23
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau1-0/+2
2014-09-30ath9k: Check early for HW resetSujith Manoharan1-4/+6
2014-09-26ath9k: Fix offchannel queuingSujith Manoharan1-3/+3
2014-09-26ath9k: Use normal queues for offchannel framesSujith Manoharan1-2/+1
2014-09-26ath9k: Fix queue managementSujith Manoharan1-7/+3