mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar8216: remove superfluous code from ar8216_config_init
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
49e680f157
commit
aa1758313e
@ -1861,18 +1861,6 @@ ar8216_config_init(struct phy_device *phydev)
|
||||
|
||||
if (phydev->addr != 0) {
|
||||
if (chip_is_ar8316(priv)) {
|
||||
/* check if we're attaching to the switch twice */
|
||||
phydev = phydev->bus->phy_map[0];
|
||||
if (!phydev)
|
||||
return 0;
|
||||
|
||||
/* switch device has not been initialized, reuse priv */
|
||||
if (!phydev->priv) {
|
||||
priv->port4_phy = true;
|
||||
priv->dev.ports = (AR8216_NUM_PORTS - 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* switch device has been initialized, reinit */
|
||||
priv->dev.ports = (AR8216_NUM_PORTS - 1);
|
||||
priv->initialized = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user