Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7891849e authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

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: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Acked-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent af1fc67c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1276,7 +1276,6 @@ struct lbs_private *lbs_add_card(void *card, struct device *dmdev)
		goto err_adapter;
	}

	dev->netdev_ops = &lbs_netdev_ops;
	dev->ieee80211_ptr = wdev;
	dev->ml_priv = priv;
	SET_NETDEV_DEV(dev, dmdev);