generic: ar8216: only set phy_ptr if packet mangling is used

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35541 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos 2013-02-10 18:38:10 +00:00
parent f6df051dc9
commit 77bc7d2f07

View File

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