]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:48:23 +0000 (14:48 +0100)
BugLink: https://bugs.launchpad.net/bugs/1902110
[ Upstream commit 9666ea66a74adfe295cb3a8760c76e1ef70f9caf ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Ian May <ian.may@canonical.com>
drivers/net/usb/ax88179_178a.c

index df2f7cc6dc03a6e8ea928e2e2f2f9934f90738a2..8e37e1f58c4b9e3635664911f40c2be5d941502c 100644 (file)
@@ -1719,6 +1719,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,