summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2015-10-05 15:25:39 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-08 10:56:03 +0100
commit841dfc428dc0fac52122644cf32f227ecb6f9e16 (patch)
tree0231f134565a563b48603914fe00cc2f6be79d44 /drivers/staging/wilc1000/wilc_wlan_if.h
parentb6ab85fe61f7d436650197cb100f35971367cbdd (diff)
downloadop-kernel-dev-841dfc428dc0fac52122644cf32f227ecb6f9e16.zip
op-kernel-dev-841dfc428dc0fac52122644cf32f227ecb6f9e16.tar.gz
staging: wilc1000: remove typedef from AUTHTYPE_T
This patch removes typedef from the enum AUTHTYPE_T. And, rename it to AUTHTYPE. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 327ea03..b5b5c67 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -219,12 +219,12 @@ typedef enum {
WPA2_AES_TKIP = 0x71, /* Aes or Tkip */
} SECURITY_T;
-typedef enum {
+enum AUTHTYPE {
OPEN_SYSTEM = 1,
SHARED_KEY = 2,
ANY = 3,
IEEE8021 = 5
-} AUTHTYPE_T;
+};
typedef enum {
SITE_SURVEY_1CH = 0,
OpenPOWER on IntegriCloud