]> www.infradead.org Git - users/willy/linux.git/commitdiff
net: usb: ax88179_178a: fix missing stop entry in driver_info
authorWilken Gottwalt <wilken.gottwalt@mailbox.org>
Mon, 28 Sep 2020 09:01:04 +0000 (11:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2020 01:37:28 +0000 (18:37 -0700)
Adds the missing .stop entry in the Belkin driver_info structure.

Fixes: e20bd60bf62a ("net: usb: asix88179_178a: Add support for the Belkin B2B128")
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@mailbox.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/ax88179_178a.c

index 125f7bf57590bc71c623c1e3d5a176ef67879e8c..8f1798b95a028d716930d1a79e3fdcabd8328e66 100644 (file)
@@ -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,