]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: do not use low data rates for data frames with no ack flag
authorPhilipp Borgers <borgers@mi.fu-berlin.de>
Wed, 19 May 2021 12:20:18 +0000 (14:20 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 09:01:41 +0000 (11:01 +0200)
commit5b99418f9cb90d6b9cf8d2b9f6d45c312444ab6e
tree3e47779ba4058966b0e9e649a1c18e0ede279676
parentd85fb5ee8c5762a741ae06fb1ebd4cf09839fa6e
mac80211: do not use low data rates for data frames with no ack flag

Data Frames with no ack flag set should be handled by the rate
controler. Make sure we reach the rate controler by returning early
from rate_control_send_low if the frame is a data frame with no ack
flag.

Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
Link: https://lore.kernel.org/r/20210519122019.92359-3-borgers@mi.fu-berlin.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rate.c