linux-stable/drivers/staging/rtl8723bs/core
Ruan Jinjie be6cded374 staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses
Use is_multicast_ether_addr() and is_broadcast_ether_addr()
instead of custom macro IS_MCAST() and MacAddr_isBcst(), the buffer
is properly aligned.

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Link: https://lore.kernel.org/r/20230814105623.292541-1-ruanjinjie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-22 15:47:17 +02:00
..
rtw_ap.c staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp() 2023-08-04 16:19:51 +02:00
rtw_btcoex.c
rtw_cmd.c staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() 2022-09-24 13:02:01 +02:00
rtw_debug.c
rtw_efuse.c staging: rtl8723bs: Remove redundant initialization of variable efuseValue 2022-10-20 17:21:33 +02:00
rtw_ieee80211.c staging: rtl8723bs: Removed extra tabs in conditional statements 2022-10-20 17:22:18 +02:00
rtw_io.c
rtw_ioctl_set.c staging: rtl8723bs: use tab instead of spaces for indent 2022-10-22 10:07:52 +02:00
rtw_mlme.c staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses 2023-08-22 15:47:17 +02:00
rtw_mlme_ext.c staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp() 2023-08-04 16:19:51 +02:00
rtw_pwrctrl.c
rtw_recv.c staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses 2023-08-22 15:47:17 +02:00
rtw_rf.c staging: rtl8723bs: refactor rtw_ch2freq() 2022-04-04 07:33:49 +02:00
rtw_security.c staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses 2023-08-22 15:47:17 +02:00
rtw_sta_mgt.c staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses 2023-08-22 15:47:17 +02:00
rtw_wlan_util.c staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp() 2023-08-04 16:19:51 +02:00
rtw_xmit.c staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addresses 2023-08-22 15:47:17 +02:00