diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-04-24 15:18:04 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-04-30 13:27:34 +0300 |
commit | 3ff6ee28535f2f6698cc2b3acfd2af6942036067 (patch) | |
tree | 73f588dfcf0fafa957eb56c0a0160461d188a177 /drivers/net/wireless/ti/wlcore | |
parent | 6e1d8d1470b2c9335715f7d52e864f0bd91a5f59 (diff) |
qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.
Fix this by returning 'netdev_tx_t' in this driver too.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Reviewed-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore')
0 files changed, 0 insertions, 0 deletions