mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
cce0e08301
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', which is a typedef for an enum type defining 'NETDEV_TX_OK' but this driver returns '0' instead of 'NETDEV_TX_OK'. Fix this by returning 'NETDEV_TX_OK' instead of '0'. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200629104009.84077-1-luc.vanoostenryck@gmail.com |
||
---|---|---|
.. | ||
cfg80211.c | ||
cfg80211.h | ||
fw.h | ||
hif.c | ||
hif.h | ||
Kconfig | ||
Makefile | ||
mon.c | ||
netdev.c | ||
netdev.h | ||
sdio.c | ||
spi.c | ||
wlan_cfg.c | ||
wlan_cfg.h | ||
wlan_if.h | ||
wlan.c | ||
wlan.h |