mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 17:42:27 -04:00
The method ndo_start_xmit() returns a value of type netdev_tx_t. Fix the ndo function to use the correct type. Signed-off-by: Yunjian Wang <wangyunjian@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>