* [PATCH v2] staging: rtl8723bs: remove unnecessary block comment
@ 2026-05-09 4:52 Jennifer Guo
0 siblings, 0 replies; only message in thread
From: Jennifer Guo @ 2026-05-09 4:52 UTC (permalink / raw)
To: linux-staging; +Cc: gregkh, Jennifer Guo
Remove commented out macro definition code from odm_interface.h
As far as I can tell, this block comment is no longer useful.
Signed-off-by: Jennifer Guo <guojy.bj@gmail.com>
---
Changes in v2: updated commit description.
drivers/staging/rtl8723bs/hal/odm_interface.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/odm_interface.h b/drivers/staging/rtl8723bs/hal/odm_interface.h
index 400473ca58ca..c3b13f5f37db 100644
--- a/drivers/staging/rtl8723bs/hal/odm_interface.h
+++ b/drivers/staging/rtl8723bs/hal/odm_interface.h
@@ -18,14 +18,6 @@
#define _bit_all(_name) BIT_##_name
#define _bit_ic(_name, _ic) BIT_##_name##_ic
-/*===================================
-
-#define ODM_REG_DIG_11N 0xC50
-#define ODM_REG_DIG_11AC 0xDDD
-
-ODM_REG(DIG)
-=====================================*/
-
#define _reg_11N(_name) ODM_REG_##_name##_11N
#define _bit_11N(_name) ODM_BIT_##_name##_11N
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-09 4:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 4:52 [PATCH v2] staging: rtl8723bs: remove unnecessary block comment Jennifer Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox