summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorMichael Straube2018-10-27 22:28:49 +0200
committerGreg Kroah-Hartman2018-11-07 12:41:00 +0100
commit8a6b6868eb07d75063b1f5e0b32fbbe6691f9f4e (patch)
tree9302ca81551ed977ab05052752ebd735a0b12e5f /drivers/staging/rtl8188eu/include
parentstaging: rtl8188eu: change return type of rtl8188eu_xmitframe_complete() (diff)
downloadkernel-qcow2-linux-8a6b6868eb07d75063b1f5e0b32fbbe6691f9f4e.tar.gz
kernel-qcow2-linux-8a6b6868eb07d75063b1f5e0b32fbbe6691f9f4e.tar.xz
kernel-qcow2-linux-8a6b6868eb07d75063b1f5e0b32fbbe6691f9f4e.zip
staging: rtl8188eu: change return type of rtw_hal_xmit()
The function rtw_hal_xmit() returns true or false. Change the return type from s32 to bool. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/hal_intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h
index e5be27af7bf5..8b65fcba1967 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -185,7 +185,7 @@ u32 rtw_hal_inirp_init(struct adapter *padapter);
void rtw_hal_inirp_deinit(struct adapter *padapter);
void usb_intf_stop(struct adapter *padapter);
-s32 rtw_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe);
+bool rtw_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe);
s32 rtw_hal_mgnt_xmit(struct adapter *padapter,
struct xmit_frame *pmgntframe);