* [PATCH] net: usb: ax88179_178a fix missing stop entry in belkin product
@ 2020-09-23 7:15 Wilken Gottwalt
0 siblings, 0 replies; only message in thread
From: Wilken Gottwalt @ 2020-09-23 7:15 UTC (permalink / raw)
To: linux-kernel; +Cc: David S. Miller, Jakub Kicinski
Added the missing .stop entry in the driver_info of the Belking device.
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@mailbox.org>
---
drivers/net/usb/ax88179_178a.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index a38e868e44d4..ac7bc436da33 100644
--- a/drivers/net/usb/ax88179_178a.c
+++ b/drivers/net/usb/ax88179_178a.c
@@ -1823,6 +1823,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,
--
2.28.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-23 7:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23 7:15 [PATCH] net: usb: ax88179_178a fix missing stop entry in belkin product Wilken Gottwalt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox