linux/drivers/net/wireless/quantenna/qtnfmac
Luc Van Oostenryck 3ff6ee2853 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>
2018-04-30 13:27:34 +03:00
..
pearl qtnfmac: pearl: pcie: fix memory leak in qtnf_fw_work_handler 2018-04-25 11:25:36 +03:00
bus.h qtnfmac: implement asynchronous firmware loading 2018-02-27 18:18:43 +02:00
cfg80211.c qtnfmac: add DFS offload support 2018-04-24 20:22:42 +03:00
cfg80211.h qtnfmac: do not use mutexes in timer context 2018-01-24 18:00:54 +02:00
commands.c qtnfmac: remove redundant 'unlikely' checks 2018-01-24 18:01:02 +02:00
commands.h qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
core.c qtnfmac: fix qtnf_netdev_hard_start_xmit()'s return type 2018-04-30 13:27:34 +03:00
core.h qtnfmac: do not use mutexes in timer context 2018-01-24 18:00:54 +02:00
debug.c
debug.h
event.c qtnfmac: add DFS offload support 2018-04-24 20:22:42 +03:00
event.h
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qlink_util.c qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
qlink_util.h qtnfmac: support MAC address based access control 2018-01-09 14:11:23 +02:00
qlink.h qtnfmac: add DFS offload support 2018-04-24 20:22:42 +03:00
qtn_hw_ids.h
shm_ipc_defs.h
shm_ipc.c
shm_ipc.h
trans.c
trans.h
util.c qtnfmac: keeping track of "generation" for STA info 2018-01-09 14:11:23 +02:00
util.h qtnfmac: keeping track of "generation" for STA info 2018-01-09 14:11:23 +02:00