Remove extern as it is defined but never used

RTW_WPA_VERSION is removed as is declared and defined but
never used in the code.
Port 2c4b2980ae16a2d8d35f126ddb9fbcba809e2612
This commit is contained in:
Carlos Garcés
2021-10-22 22:26:10 +02:00
committed by Carlos Garces
parent 04b4fa6f82
commit 879f617f82
2 changed files with 0 additions and 2 deletions

View File

@@ -110,7 +110,6 @@ enum {
#define WPA_SELECTOR_LEN 4
extern u8 RTW_WPA_OUI_TYPE[] ;
extern u16 RTW_WPA_VERSION ;
extern u8 WPA_AUTH_KEY_MGMT_NONE[];
extern u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[];
extern u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[];