]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: remove mesh forwarding congestion check
authorFelix Fietkau <nbd@nbd.name>
Mon, 13 Feb 2023 10:08:53 +0000 (11:08 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 14 Feb 2023 11:25:23 +0000 (12:25 +0100)
commit5c1e269aa5ebafeec69b68ff560522faa5bcb6c1
treeb098c215c8de7e80e6ccdeb8346d4b29063d3f50
parent9f718554e7eacea62d3f972cae24d969755bf3b6
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>
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/rx.c