• Felix Fietkau's avatar
    ath9k: improve max rate retry handling · 65896510
    Felix Fietkau authored
    ath9k currently forces hw->max_rate_tries to 4 to work around rate
    control inefficiencies. This has some negative side effects, such as
    rate_control_send_low also using a maximum of 4 tries, which could
    negatively affect reliability of unicast management frames.
    This patch pushes the retry limit to the rate control instead, and
    allows it to use more tries on the last stage to prevent unnecessary
    packet loss.
    Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    65896510
init.c 22.9 KB