linux/drivers/staging/rtl8723bs
Luc Van Oostenryck 955ad17103 staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'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: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-25 15:58:04 +02:00
..
core staging: rtl8723bs: Remove yield call, replace with cond_resched() 2018-03-29 12:00:15 +02:00
hal staging: rtl8723bs: Remove unecessary newlines from 'odm.h'. 2018-03-29 11:59:29 +02:00
include staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style. 2018-03-29 11:59:29 +02:00
os_dep staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'s return type 2018-04-25 15:58:04 +02:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO