summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi
2018-09-19ath9k: report tx status on EOSPFelix Fietkau
2018-04-19ath9k: 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
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau
2015-05-03ath9k: fix per-packet tx power configurationLorenzo Bianconi
2015-03-03ath9k: add per-vif TX power capability to TX pathLorenzo Bianconi
2015-01-23ath9k: Fix no-ack frame statusSujith Manoharan
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo
2015-01-15ath9k: add TPC to TX path for AR9002 based chipsLorenzo Bianconi
2014-12-24ath9k: fix typoLorenzo Bianconi
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau
2014-09-30ath9k: Check early for HW resetSujith Manoharan
2014-09-26ath9k: Fix offchannel queuingSujith Manoharan
2014-09-26ath9k: Use normal queues for offchannel framesSujith Manoharan
2014-09-26ath9k: Fix queue managementSujith Manoharan
2014-09-16ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi
2014-08-28ath9k: Fix channel context eventsSujith Manoharan
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-23ath9k: fix aggregation session lockupFelix Fietkau
2014-07-18ath9k: fix pending tx frames accountingFelix Fietkau
2014-06-19ath9k: use separate HW queue for each channel contextRajkumar Manoharan
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan
2014-06-19ath9k: Implement remain-on-channal supportFelix Fietkau
2014-06-19ath9k: channel context based transmissionFelix Fietkau
2014-06-19ath9k: Add channel context worker threadFelix Fietkau
2014-06-19ath9k: Move acq to channel contextFelix Fietkau
2014-04-30ath9k: remove tid->paused flagFelix Fietkau
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller