linux/drivers/net/wireless/ath/ath6kl
Luc Van Oostenryck 378b1d6507 ath6kl: fix ath6kl_data_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: Kalle Valo <kvalo@codeaurora.org>
2018-04-27 14:34:32 +03:00
..
bmi.c
bmi.h
cfg80211.c ath6kl: remove redundant variable ies_len 2017-12-07 16:20:18 +02:00
cfg80211.h
common.h
core.c
core.h ath6kl: fix ath6kl_data_tx()'s return type 2018-04-27 14:34:32 +03:00
debug.c ath6kl: fix spelling mistake: "chache" -> "cache" 2018-04-19 18:56:40 +03:00
debug.h
hif-ops.h
hif.c
hif.h
htc-ops.h
htc.h
htc_mbox.c
htc_pipe.c
init.c
Kconfig
main.c ath: Convert timers to use timer_setup() 2017-10-27 16:54:19 +03:00
Makefile
recovery.c timer: Remove init_timer_deferrable() in favor of timer_setup() 2017-10-05 15:01:18 +02:00
sdio.c
target.h
testmode.c
testmode.h
trace.c
trace.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
txrx.c ath6kl: fix ath6kl_data_tx()'s return type 2018-04-27 14:34:32 +03:00
usb.c
wmi.c ath: Convert timers to use timer_setup() 2017-10-27 16:54:19 +03:00
wmi.h ath: Convert timers to use timer_setup() 2017-10-27 16:54:19 +03:00