diff options
| author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-05-09 15:03:23 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-15 13:11:57 -0700 |
| commit | 45b09aa208922dc81f0d680f23547e3429f7a00a (patch) | |
| tree | fc91679419e5304244914bc92528fe7613239f00 /drivers | |
| parent | 51e2726a341afa1ff9153e8482833475c92d721f (diff) | |
staging: rtl8723au: rtw_ioctl_set.h: Remove unused struct bssid_info
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/staging/rtl8723au/include/rtw_ioctl_set.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rtl8723au/include/rtw_ioctl_set.h b/drivers/staging/rtl8723au/include/rtw_ioctl_set.h index 18ad2a87335..8e49be5fcdd 100644 --- a/drivers/staging/rtl8723au/include/rtw_ioctl_set.h +++ b/drivers/staging/rtl8723au/include/rtw_ioctl_set.h @@ -17,12 +17,6 @@ #include <drv_types.h> - -struct bssid_info { - unsigned char BSSID[6]; - u8 PMKID[16]; -}; - u8 rtw_set_802_11_authentication_mode23a(struct rtw_adapter *pdapter, enum ndis_802_11_auth_mode authmode); u8 rtw_set_802_11_add_wep23a(struct rtw_adapter * padapter, |
