* [PATCH] staging: rtl8723bs: remove unnecessary 'ETH_ALEN' definition
@ 2026-03-15 13:17 Nikolay Kulikov
2026-03-15 18:02 ` Ethan Tidmore
0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Kulikov @ 2026-03-15 13:17 UTC (permalink / raw)
To: gregkh; +Cc: linux-staging, Nikolay Kulikov
The ETH_ALEN macro is already declared in the Kernel headers, so there
is no need to redefine it here.
Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
---
drivers/staging/rtl8723bs/include/ieee80211.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/ieee80211.h b/drivers/staging/rtl8723bs/include/ieee80211.h
index 8ec14e8d4c89..14c806a22b38 100644
--- a/drivers/staging/rtl8723bs/include/ieee80211.h
+++ b/drivers/staging/rtl8723bs/include/ieee80211.h
@@ -11,7 +11,6 @@
#define MGMT_QUEUE_NUM 5
-#define ETH_ALEN 6
#define ETH_TYPE_LEN 2
#define PAYLOAD_TYPE_LEN 1
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-15 18:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15 13:17 [PATCH] staging: rtl8723bs: remove unnecessary 'ETH_ALEN' definition Nikolay Kulikov
2026-03-15 18:02 ` Ethan Tidmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox