[PATCH 0/4] staging: rtl8723bs: refactor issue_probereq() into a single function
From: Leonardo Martins Martins
Date: Thu Sep 03 2026 - 01:20:46 EST
This series cleans up dead code and removes invariant function
parameters from the functions issue_probereq(), issue_probereq_ex() and
_issue_probereq() and then merges them into a single function, making it
easier to understand what the difference between function calls is.
Compile tested only.
Signed-off-by: Leonardo Martins Martins <dev.lmmrtns@xxxxxxxxx>
---
Leonardo Martins Martins (4):
staging: rtl8723bs: remove invariant parameters from issue_probereq_ex()
staging: rtl8723bs: change issue_probereq return types to void
staging: rtl8723bs: remove invariant parameters from _issue_probereq()
staging: rtl8723bs: coalesce issue_probereq functions into a single one
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 98 +++++++-----------------
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h | 2 -
2 files changed, 27 insertions(+), 73 deletions(-)
---
base-commit: 758be99c46265b74476d5e1173d781abe325533e
change-id: 20260902-issue_probereq-bdfcc4f22270
Best regards,
--
Leonardo Martins Martins <dev.lmmrtns@xxxxxxxxx>