On 2020-09-10 12:13, Toke Høiland-Jørgensen wrote: > Felix Fietkau <nbd@xxxxxxxx> writes: > >> The unit of the return value of ieee80211_get_rate_duration is nanoseconds, not >> milliseconds. > > s/milli/micro/ here, no? Right. >> Adjust the duration checks to account for that. >> For higher data rates, allow larger estimated aggregation sizes, and add some >> values for HE as well, which can use much larger aggregates. >> Since small packets with high data rates can now lead to duration values too >> small for info->tx_time_est, return a minimum of 4us. > > Fixes: tag? Will add it and send v2. Thanks, - Felix