]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: Remove unused struct ndis_802_11_key
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 10 Oct 2014 19:41:37 +0000 (21:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:14 +0000 (10:30 +0800)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/wlan_bssdef.h

index 037942c27d9b53b9467b02ddc9457415f84c7e88..8acc41840e32bfcdc1e10e19b09df22bf7528a46 100644 (file)
@@ -57,16 +57,6 @@ enum  {
        Ndis802_11Encryption3KeyAbsent,
 };
 
-/*  Key mapping keys require a BSSID */
-struct ndis_802_11_key {
-       u32 Length;             /*  Length of this structure */
-       u32 KeyIndex;
-       u32 KeyLength;          /*  length of key in bytes */
-       unsigned char BSSID[6];
-       unsigned long long KeyRSC;
-       u8 KeyMaterial[32]; /*  variable length depending on above field */
-};
-
 struct wlan_bcn_info {
        /* these infor get from rtw_get_encrypt_info when
         *       * translate scan to UI */