Skip to content

Commit 9666ea6

Browse files
Wilken Gottwaltdavem330
authored andcommitted
net: usb: ax88179_178a: fix missing stop entry in driver_info
Adds the missing .stop entry in the Belkin driver_info structure. Fixes: e20bd60 ("net: usb: asix88179_178a: Add support for the Belkin B2B128") Signed-off-by: Wilken Gottwalt <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a7809ff commit 9666ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/usb/ax88179_178a.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,7 @@ static const struct driver_info belkin_info = {
18231823
.status = ax88179_status,
18241824
.link_reset = ax88179_link_reset,
18251825
.reset = ax88179_reset,
1826+
.stop = ax88179_stop,
18261827
.flags = FLAG_ETHER | FLAG_FRAMING_AX,
18271828
.rx_fixup = ax88179_rx_fixup,
18281829
.tx_fixup = ax88179_tx_fixup,

0 commit comments

Comments
 (0)