summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/dynack.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: work around false-positive gcc warningArnd Bergmann2020-11-101-2/+6
* ath9k: dynack: Demote non-compliant function headerLee Jones2020-11-071-2/+1
* ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi2019-09-041-7/+13
* ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi2019-09-041-8/+30
* ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi2019-09-041-1/+1
* ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi2019-09-041-16/+21
* ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi2019-09-041-4/+4
* ath9k: dynack: make ewma estimation fasterLorenzo Bianconi2018-11-061-7/+21
* ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi2018-11-061-2/+2
* ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi2018-11-061-14/+12
* ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi2018-11-061-1/+2
* ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg2016-07-081-2/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* ath9k: fix getting tx duration for dynackFelix Fietkau2014-09-301-1/+1
* ath9k: add dynamic ACK timeout estimationLorenzo Bianconi2014-09-161-0/+351