Home
last modified time | relevance | path

Searched hist:"40 a61c9b2c725da82bd60a39bc54b8884b0a57b5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c40a61c9b2c725da82bd60a39bc54b8884b0a57b5 Wed Apr 22 11:15:06 UTC 2020 Felix Fietkau <nbd@nbd.name> mt76: mt7603: fix tx status rate index calculation

A switch from one rate index to the next only happens when tx count from
the current slot is greater than MT7615_RATE_RETRY, which is 1 has to be
subtracted from count, instead of added to it.

Signed-off-by: Felix Fietkau <nbd@nbd.name>