X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Ffiles%2Fdrivers%2Fnet%2Fethernet%2Fatheros%2Fag71xx%2Fag71xx_main.c;h=635c3b9127cd7b86f24af141bf5ee90caf63daf2;hb=c8e76cd4ff675c622c6c5f4f531b8dd2a04d0fba;hp=feb3daf12fed48a633f6ddf2c7f8f344473cbada;hpb=cbf69fb2adced6096addbe6aeb54c1971c63dbe4;p=openwrt%2F.git diff --git a/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c index feb3daf12f..635c3b9127 100644 --- a/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c +++ b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c @@ -634,7 +634,8 @@ __ag71xx_link_adjust(struct ag71xx *ag, bool update) ag71xx_wr(ag, AG71XX_REG_FIFO_CFG5, fifo5); ag71xx_wr(ag, AG71XX_REG_MAC_IFCTL, ifctl); - if (of_device_is_compatible(np, "qca,qca9530-eth")) { + if (of_device_is_compatible(np, "qca,qca9530-eth") || + of_device_is_compatible(np, "qca,qca9560-eth")) { /* * The rx ring buffer can stall on small packets on QCA953x and * QCA956x. Disabling the inline checksum engine fixes the stall.