[PATCH 0/5] staging: rtl8723bs: clean up xmit classifier and propagate errno
From: Hungyu Lin
Date: Thu May 14 2026 - 02:03:57 EST
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