commit | 3ff6ee28535f2f6698cc2b3acfd2af6942036067 | [log] [tgz] |
---|---|---|
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | Tue Apr 24 15:18:04 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Apr 30 13:27:34 2018 +0300 |
tree | 73f588dfcf0fafa957eb56c0a0160461d188a177 | |
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>