linux/drivers/staging/gdm724x
Luc Van Oostenryck e71e17d3b6 staging: gdm724x: fix gdm_lte_tx()'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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-25 15:58:04 +02:00
..
gdm_endian.c Staging: gdm724x: Simplify the struct gdm_endian to a variable. 2018-02-23 09:54:56 +01:00
gdm_endian.h Staging: gdm724x: Simplify the struct gdm_endian to a variable. 2018-02-23 09:54:56 +01:00
gdm_lte.c staging: gdm724x: fix gdm_lte_tx()'s return type 2018-04-25 15:58:04 +02:00
gdm_lte.h Staging: gdm724x: Simplify the struct gdm_endian to a variable. 2018-02-23 09:54:56 +01:00
gdm_mux.c Staging: gdm724x: mux: Check return value of register_lte_tty_driver(). 2018-02-19 18:06:35 +01:00
gdm_mux.h staging: gdm724x: Add spaces around the '*' operator 2016-09-13 14:51:53 +02:00
gdm_tty.c Staging: gdm724x: tty: Remove unused macro 'gdm_tty_send_control'. 2018-02-19 18:06:36 +01:00
gdm_tty.h staging: gdm724x: Remove one blank line in sequence 2016-11-29 21:57:15 +01:00
gdm_usb.c Staging: gdm724x: Simplify the struct gdm_endian to a variable. 2018-02-23 09:54:56 +01:00
gdm_usb.h Staging: gdm724x: Simplify the struct gdm_endian to a variable. 2018-02-23 09:54:56 +01:00
hci_packet.h staging: gdm724x: update HCI structs with new bitwise types 2017-01-05 18:50:05 +01:00
hci.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
netlink_k.c staging: gdm724x: Replace semaphore netlink with mutex 2016-08-21 18:04:43 +02:00
netlink_k.h staging: gdm724x: Align parameters to parenthesis 2016-11-29 21:57:14 +01:00
TODO