mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
3ea1b5b745
All modifications made by update_kernel.sh Build system: x86_64 Build-tested: ipq806x, lantiq/xrx200 and ath79/generic Run-tested: ipq806x (R7800), lantiq (Easybox 904 xDSL) No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> [add test on lantiq] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
24 lines
686 B
Diff
24 lines
686 B
Diff
From: Frank Wunderlich <frank-w@public-files.de>
|
|
Date: Mon, 7 Sep 2020 09:05:17 +0200
|
|
|
|
port6 of mt7530 switch (= cpu port 0) on bananapi-r2 misses pause option
|
|
which causes rx drops on running iperf.
|
|
|
|
Cc: stable@vger.kernel.org
|
|
Fixes: f4ff257cd160 ("arm: dts: mt7623: add support for Bananapi R2 (BPI-R2) board")
|
|
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
|
|
---
|
|
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
@@ -193,6 +193,7 @@
|
|
fixed-link {
|
|
speed = <1000>;
|
|
full-duplex;
|
|
+ pause;
|
|
};
|
|
};
|
|
};
|