]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' type
authorNikolay Kulikov <nikolayof23@gmail.com>
Mon, 16 Mar 2026 11:33:58 +0000 (14:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:52:25 +0000 (16:52 +0100)
commit816e181560e230ea7d0bbb54db82200921e87547
tree33d9e1fe179bd697280236ca373ad1c3077a5a11
parentc1dd45eed8a4eadca81d615f9d9aef9f7613fe8f
staging: rtl8723bs: remove unusual 'NDIS_802_11_MAC_ADDRESS' type

Remove the 'NDIS_802_11_MAC_ADDRESS' type and replace all variables of
this type with an array of 'u8', which will make the code more
understandable and get rid of unnecessary 'typedef'.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260316113427.3696-1-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_sta_mgt.c
drivers/staging/rtl8723bs/include/wlan_bssdef.h
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c