generic: ar8216: remove redundant phy address check

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35542
v19.07.3_mercusys_ac12_duma
Gabor Juhos 12 years ago
parent 14fd37258b
commit 5f70b1db2a

@ -1881,7 +1881,7 @@ ar8216_config_init(struct phy_device *pdev)
goto err_unregister_switch;
/* VID fixup only needed on ar8216 */
if (chip_is_ar8216(priv) && pdev->addr == 0) {
if (chip_is_ar8216(priv)) {
dev->phy_ptr = priv;
dev->priv_flags |= IFF_NO_IP_ALIGN;
dev->eth_mangle_rx = ar8216_mangle_rx;

Loading…
Cancel
Save