diff options
| author | Luc Van Oostenryck | 2018-04-24 15:18:59 +0200 |
|---|---|---|
| committer | Kalle Valo | 2018-04-27 13:34:32 +0200 |
| commit | 378b1d65070f3c989a662555eda8564cdd937b4a (patch) | |
| tree | c51e3ca4db9978fb03a370ff41203b5934b7c630 /drivers/net/wireless/ath/ath10k/wmi.c | |
| parent | ath10k: fix kernel panic while reading tpc_stats (diff) | |
| download | kernel-qcow2-linux-378b1d65070f3c989a662555eda8564cdd937b4a.tar.gz kernel-qcow2-linux-378b1d65070f3c989a662555eda8564cdd937b4a.tar.xz kernel-qcow2-linux-378b1d65070f3c989a662555eda8564cdd937b4a.zip | |
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
0 files changed, 0 insertions, 0 deletions
