[PATCH 0/2] staging: rtl8723bs: enum labels naming, coding style
From: Aiman Najjar
Date: Tue Jun 09 2026 - 21:43:43 EST
Enum labels generated by token-pasting macros adopt camel case. This
patch removes the use of macro to generate the enum label names and
adopts new captialized names.
Signed-off-by: Aiman Najjar <aiman@xxxxxxxxx>
---
Aiman Najjar (2):
staging: rtl8723bs: drop GEN_CMD_CODE macro and capitalize labels
staging: rtl8723bs: drop GEN_EVT_CODE macro and capitalize labels
drivers/staging/rtl8723bs/core/rtw_ap.c | 4 +-
drivers/staging/rtl8723bs/core/rtw_cmd.c | 190 +++++++++++------------
drivers/staging/rtl8723bs/core/rtw_mlme.c | 4 +-
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 30 ++--
drivers/staging/rtl8723bs/include/rtw_cmd.h | 154 +++++++++---------
drivers/staging/rtl8723bs/include/rtw_event.h | 4 -
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h | 54 +++----
7 files changed, 214 insertions(+), 226 deletions(-)
---
base-commit: ad4605d69bab07941460db0a0cba88ac5c3302cf
change-id: 20260609-rtl8723bs-code-style-0871b80b6799
Best regards,
--
Aiman Najjar <aiman@xxxxxxxxx>