summaryrefslogtreecommitdiff
path: root/drivers/net/usb/ax88179_178a.c
diff options
context:
space:
mode:
authorWilken Gottwalt <wilken.gottwalt@mailbox.org>2020-09-28 12:01:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-14 10:51:13 +0300
commit96e2bfa75b94c222b2acc4fa3c8ad4cf99df7067 (patch)
tree9d62fbd2bcdf769585a891d9d27d5902a221f778 /drivers/net/usb/ax88179_178a.c
parent71e6cdeb7da11f7f4f67230bdd81cc0f3871dc31 (diff)
downloadlinux-96e2bfa75b94c222b2acc4fa3c8ad4cf99df7067.tar.xz
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: 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>
Diffstat (limited to 'drivers/net/usb/ax88179_178a.c')
-rw-r--r--drivers/net/usb/ax88179_178a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index 875639b0e9d5..e7193a541244 100644
--- a/drivers/net/usb/ax88179_178a.c
+++ b/drivers/net/usb/ax88179_178a.c
@@ -1736,6 +1736,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,