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

Commit a0dab3f9 authored by Wilken Gottwalt's avatar Wilken Gottwalt Committed by Greg Kroah-Hartman
Browse files

net: usb: ax88179_178a: fix missing stop entry in driver_info



[ Upstream commit 9666ea66a74adfe295cb3a8760c76e1ef70f9caf ]

Adds the missing .stop entry in the Belkin driver_info structure.

Fixes: e20bd60b ("net: usb: asix88179_178a: Add support for the Belkin B2B128")
Signed-off-by: default avatarWilken Gottwalt <wilken.gottwalt@mailbox.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 58e1d850
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1735,6 +1735,7 @@ static const struct driver_info belkin_info = {
	.status = ax88179_status,
	.link_reset = ax88179_link_reset,
	.reset	= ax88179_reset,
	.stop	= ax88179_stop,
	.flags	= FLAG_ETHER | FLAG_FRAMING_AX,
	.rx_fixup = ax88179_rx_fixup,
	.tx_fixup = ax88179_tx_fixup,