mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 12:35:30 +08:00

* revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default This revert c8f8e59 The TX/RX flow control is not the cause of the TX timeouts issue Signed-off-by: Chen Minqiang <ptpt52@gmail.com> * ramips: net/mediatek fix logical error ramips: net/mediatek fix logical error fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and return 0 on ring full. * ramips: net/mediatek disable eee ramips: net/mediatek disable eee This disable eee for mt7530 ports, it causes the link down/up issue, which happens when connecting to 100Mbit switch Fixes: FS#1449 Signed-off-by: Chen Minqiang <ptpt52@gmail.com>