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

Commit a5e68c02 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Jeff Garzik
Browse files

sky2: netpoll on port 0 only



Netpoll will only work on port 0 because of the restrictive
relationship between NAPI and netpoll.

Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent bdb3f751
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3995,6 +3995,7 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw,
	dev->tx_timeout = sky2_tx_timeout;
	dev->watchdog_timeo = TX_WATCHDOG;
#ifdef CONFIG_NET_POLL_CONTROLLER
	if (port == 0)
		dev->poll_controller = sky2_netpoll;
#endif