]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: remove custom is_broadcast_mac_addr() function
authorNikolay Kulikov <nikolayof23@gmail.com>
Mon, 23 Mar 2026 15:06:07 +0000 (18:06 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Mar 2026 08:32:05 +0000 (10:32 +0200)
commit1ee677634567ac4ca9d6141e89f08ca0e5f5d7ae
tree9d34fc6f0b099ada35a27e8447700702eabe48d2
parent93854e4dd543e2818d7afe91ada55442cb820646
staging: rtl8723bs: remove custom is_broadcast_mac_addr() function

Replace the custom broadcast address checking function with standard
kernel is_broadcast_ether_addr() func for this.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260323150650.7168-6-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ioctl_set.c
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/core/rtw_security.c
drivers/staging/rtl8723bs/include/ieee80211.h