Luc Van Oostenryck cae9bc7d7c staging: wlan-ng: fix p80211knetdev_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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-25 15:58:04 +02:00
..
2018-04-06 12:15:41 -07:00
2018-03-19 17:14:40 +01:00
2018-04-04 18:56:27 -07:00
2018-03-19 19:56:02 +01:00
2018-03-19 19:56:02 +01:00