Browse Source

mediatek: disable packet steering by default

mt76 now spreads the load over multiple CPUs more smoothly, processing
ethernet packets should be faster running on one core

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 5 năm trước cách đây
mục cha
commit
1fe914d9b4

+ 0 - 5
target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps

@@ -1,5 +0,0 @@
-uci -q get network.globals.packet_steering >/dev/null || {
-	uci set network.globals='globals'
-	uci set network.globals.packet_steering=1
-	uci commit network
-}