mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:26:39 +07:00
libertas: remove double assignment of dev->netdev_ops
This came in through the patch titled: libertas: first stab at cfg80211 support I only noticed it because it breaks compat-wireless :) Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Acked-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
af1fc67c1a
commit
7891849e5a
@ -1276,7 +1276,6 @@ struct lbs_private *lbs_add_card(void *card, struct device *dmdev)
|
|||||||
goto err_adapter;
|
goto err_adapter;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev->netdev_ops = &lbs_netdev_ops;
|
|
||||||
dev->ieee80211_ptr = wdev;
|
dev->ieee80211_ptr = wdev;
|
||||||
dev->ml_priv = priv;
|
dev->ml_priv = priv;
|
||||||
SET_NETDEV_DEV(dev, dmdev);
|
SET_NETDEV_DEV(dev, dmdev);
|
||||||
|
Loading…
Reference in New Issue
Block a user