Staging: rtl8723bs: remove useless structs in rtw_ioctl_set.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:03 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
Remove the following unreferenced struct in include/rtw_ioctl_set.h:

struct BSSIDInfo

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-6-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_ioctl_set.h

index 4b929b8..d6d3c39 100644 (file)
 
 typedef u8 NDIS_802_11_PMKID_VALUE[16];
 
-struct BSSIDInfo {
-       NDIS_802_11_MAC_ADDRESS  BSSID;
-       NDIS_802_11_PMKID_VALUE  PMKID;
-};
-
-
 u8 rtw_set_802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);
 u8 rtw_set_802_11_bssid(struct adapter *padapter, u8 *bssid);
 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep);