]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: remove unnecessary 'ETH_ALEN' definition
authorNikolay Kulikov <nikolayof23@gmail.com>
Sun, 15 Mar 2026 13:17:24 +0000 (16:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:49:59 +0000 (16:49 +0100)
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>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260315131734.25054-1-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/ieee80211.h

index 8ec14e8d4c89c8947bde58eebf06f31b6d5e21f6..14c806a22b38e727174e4e723e0e5dafa198ec8c 100644 (file)
@@ -11,7 +11,6 @@
 
 #define MGMT_QUEUE_NUM 5
 
-#define ETH_ALEN       6
 #define ETH_TYPE_LEN           2
 #define PAYLOAD_TYPE_LEN       1