mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove unused RSN_VERSION_BSD23A
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c250e07e99
commit
ef80f1f564
|
@ -33,7 +33,6 @@ u8 WPA_CIPHER_SUITE_WRAP23A[] = { 0x00, 0x50, 0xf2, 3 };
|
|||
u8 WPA_CIPHER_SUITE_CCMP23A[] = { 0x00, 0x50, 0xf2, 4 };
|
||||
u8 WPA_CIPHER_SUITE_WEP10423A[] = { 0x00, 0x50, 0xf2, 5 };
|
||||
|
||||
u16 RSN_VERSION_BSD23A = 1;
|
||||
u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X23A[] = { 0x00, 0x0f, 0xac, 1 };
|
||||
u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X23A[] = { 0x00, 0x0f, 0xac, 2 };
|
||||
u8 RSN_CIPHER_SUITE_NONE23A[] = { 0x00, 0x0f, 0xac, 0 };
|
||||
|
|
|
@ -79,7 +79,6 @@ extern u8 WPA_CIPHER_SUITE_WEP10423A[];
|
|||
#define RSN_HEADER_LEN 4
|
||||
#define RSN_SELECTOR_LEN 4
|
||||
|
||||
extern u16 RSN_VERSION_BSD23A;
|
||||
extern u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X23A[];
|
||||
extern u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X23A[];
|
||||
extern u8 RSN_CIPHER_SUITE_NONE23A[];
|
||||
|
|
Loading…
Reference in New Issue