mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
generic: ar8216: remove redundant phy address check
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35542 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77bc7d2f07
commit
69cbfbe045
@ -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…
x
Reference in New Issue
Block a user