Luc Van Oostenryck
c6ecd47516
cail,hsi: fix cfhsi_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
returning NETDEV_TX_OK instead of 0 accordingly.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:52:52 -07:00
..
2020-06-26 16:08:45 -07:00
2020-06-14 01:57:21 +09:00
2020-06-26 12:18:40 -07:00
2020-06-28 20:52:52 -07:00
2020-06-15 23:08:31 -05:00
2020-06-25 19:29:51 -07:00
2020-06-28 20:40:58 -07:00
2020-06-26 16:08:45 -07:00
2020-06-26 16:08:44 -07:00
2020-06-14 01:57:21 +09:00
2020-06-03 16:27:18 -07:00
2020-06-14 01:57:21 +09:00
2020-06-11 18:39:08 -07:00
2020-05-04 12:05:56 -07:00
2020-06-01 11:49:23 -07:00
2020-06-26 13:40:09 -07:00
2020-06-14 01:57:21 +09:00
2020-06-14 01:57:21 +09:00
2020-06-14 01:57:21 +09:00
2020-06-14 01:57:21 +09:00
2020-06-22 16:34:31 -07:00
2020-06-02 15:12:33 -07:00
2020-06-14 01:57:21 +09:00
2020-04-18 15:00:22 -07:00
2020-06-25 16:16:21 -07:00
2020-06-26 16:08:44 -07:00
2020-06-28 20:48:20 -07:00
2020-06-19 20:06:34 -07:00
2020-05-01 15:34:09 -07:00
2020-03-25 12:24:33 -07:00
2020-06-26 16:08:44 -07:00
2020-06-09 12:59:45 -07:00
2020-06-09 12:59:45 -07:00
2020-06-02 15:35:53 -07:00
2020-04-30 12:15:13 -07:00
2020-06-23 20:36:02 -07:00
2020-06-01 15:02:53 -07:00
2020-06-01 15:02:53 -07:00
2020-06-01 15:02:53 -07:00
2020-06-20 17:22:23 -07:00
2020-06-25 16:12:34 -07:00