From 9dca89bb09ce2b2393e695d6fa64a2f5567018b0 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Mon, 22 Jul 2013 22:02:35 -0500 Subject: [PATCH] rtl8188eu: Remove "typedef struct BSSIDInfo" This struct is not used. Signed-off-by: Larry Finger --- include/rtw_ioctl_set.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rtw_ioctl_set.h b/include/rtw_ioctl_set.h index c469824..e705fd4 100644 --- a/include/rtw_ioctl_set.h +++ b/include/rtw_ioctl_set.h @@ -25,11 +25,6 @@ typedef u8 NDIS_802_11_PMKID_VALUE[16]; -typedef struct _BSSIDInfo { - NDIS_802_11_MAC_ADDRESS BSSID; - NDIS_802_11_PMKID_VALUE PMKID; -} BSSIDInfo, *PBSSIDInfo; - u8 rtw_set_802_11_add_key(_adapter * padapter, NDIS_802_11_KEY * key); u8 rtw_set_802_11_authentication_mode(_adapter *pdapter, NDIS_802_11_AUTHENTICATION_MODE authmode); u8 rtw_set_802_11_bssid(_adapter* padapter, u8 *bssid);