aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/dynack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi1-7/+13
2019-09-04ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi1-8/+30
2019-09-04ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi1-1/+1
2019-09-04ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi1-16/+21
2019-09-04ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi1-7/+21
2018-11-06ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2018-11-06ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi1-14/+12
2018-11-06ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau1-1/+1
2014-09-16ath9k: add dynamic ACK timeout estimationLorenzo Bianconi1-0/+351