Re: mwifiex: fix mwifiex_hard_start_xmit()'s return type
From: Kalle Valo
Date: Mon Apr 30 2018 - 06:23:37 EST
Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote:
> 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@xxxxxxxxx>
Patch applied to wireless-drivers-next.git, thanks.
c126e1995f79 mwifiex: fix mwifiex_hard_start_xmit()'s return type
--
https://patchwork.kernel.org/patch/10359857/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches