Fix the return type for implementation of ndo_start_xmit to avoid CFI failure GUO Zihua (2): staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry() staging: rtl8723bs: Fix return type for implementation of ndo_start_xmit drivers/staging/rtl8723bs/include/xmit_osdep.h | 4 ++-- .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 3 ++- drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 17 ++++++----------- 3 files changed, 10 insertions(+), 14 deletions(-) --- v4: Remove the un-necessary return of _rtw_xmit_entry, and add a Fixes tag for the second patch. v3: Provide detail on CFI. v2: Fix truncated subject. -- 2.17.1