linux-stable/drivers/staging/ks7010
Luc Van Oostenryck 41843ff0ec staging: ks7010: fix ks_wlan_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 and
usind 'NETDEV_TX_OK' instead of 0 accordingly.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Link: https://lore.kernel.org/r/20200628183926.74908-1-luc.vanoostenryck@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-29 09:28:27 +02:00
..
eap_packet.h
Kconfig Revert "staging: ks7010: Fix build error" 2019-06-24 16:45:34 +08:00
ks7010_sdio.c staging: ks7010: remove line over 80 characters 2020-03-10 10:15:23 +01:00
ks_hostif.c staging: ks7010: Merge multiple return variables in ks_hostif.c 2019-05-30 14:09:46 -07:00
ks_hostif.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
ks_wlan.h
ks_wlan_ioctl.h
ks_wlan_net.c staging: ks7010: fix ks_wlan_start_xmit()'s return type 2020-06-29 09:28:27 +02:00
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
TODO staging: ks7010: remove me from CC list 2020-05-05 12:36:04 +02:00