提交 9666ea66 编写于 作者: W Wilken Gottwalt 提交者: David S. Miller

net: usb: ax88179_178a: fix missing stop entry in driver_info

Adds the missing .stop entry in the Belkin driver_info structure.

Fixes: e20bd60b ("net: usb: asix88179_178a: Add support for the Belkin B2B128")
Signed-off-by: NWilken Gottwalt <wilken.gottwalt@mailbox.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a7809ff9
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册