v2:
- Clarify commit message for hal xmit path as suggested by Dan Carpenter
- None of the callers of rtw_hal_xmitframe_enqueue() check the
return value, so they do not need to be updated
This series cleans up the xmit classifier path in rtl8723bs and
converts the enqueue path to use standard errno-style return values.
The changes are split into small steps:
- simplify control flow
- make the helper static
- convert the helper to return errno
- propagate errno through the enqueue path
- propagate errno through the HAL layer
Hungyu Lin (5):
staging: rtl8723bs: simplify rtw_xmit_classifier control flow
staging: rtl8723bs: make rtw_xmit_classifier static
staging: rtl8723bs: convert rtw_xmit_classifier to return errno
staging: rtl8723bs: propagate errno through xmit enqueue path
staging: rtl8723bs: propagate errno through hal xmit path
drivers/staging/rtl8723bs/core/rtw_xmit.c | 84 +++++++++----------
drivers/staging/rtl8723bs/hal/hal_intf.c | 7 +-
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c | 8 +-
drivers/staging/rtl8723bs/include/hal_intf.h | 2 +-
drivers/staging/rtl8723bs/include/rtw_xmit.h | 3 +-
5 files changed, 52 insertions(+), 52 deletions(-)
--
2.34.1