diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-02-13 11:08:53 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-02-14 12:25:23 +0100 |
commit | 5c1e269aa5ebafeec69b68ff560522faa5bcb6c1 (patch) | |
tree | b098c215c8de7e80e6ccdeb8346d4b29063d3f50 /net/mac80211/ieee80211_i.h | |
parent | 9f718554e7eacea62d3f972cae24d969755bf3b6 (diff) | |
download | linux-stable-5c1e269aa5ebafeec69b68ff560522faa5bcb6c1.tar.gz linux-stable-5c1e269aa5ebafeec69b68ff560522faa5bcb6c1.tar.bz2 linux-stable-5c1e269aa5ebafeec69b68ff560522faa5bcb6c1.zip |
wifi: mac80211: remove mesh forwarding congestion check
Now that all drivers use iTXQ, it does not make sense to check to drop
tx forwarding packets when the driver has stopped the queues.
fq_codel will take care of dropping packets when the queues fill up
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20230213100855.34315-3-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 517b1840a8e3..ecc232eb1ee8 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -327,7 +327,6 @@ struct mesh_stats { __u32 fwded_frames; /* Mesh total forwarded frames */ __u32 dropped_frames_ttl; /* Not transmitted since mesh_ttl == 0*/ __u32 dropped_frames_no_route; /* Not transmitted, no route found */ - __u32 dropped_frames_congestion;/* Not forwarded due to congestion */ }; #define PREQ_Q_F_START 0x1 |