summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorAjay Singh <ajay.kathat@microchip.com>2018-01-11 19:42:14 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 15:52:21 +0100
commit25bab0e1b53fbef5f9d3ec6be0a0bb089e949832 (patch)
treef695e27e29997f64c9cd3ee4756c24be4792ce9c /drivers/staging/wilc1000/wilc_wlan_if.h
parentbd12b21ec3a20818db229aea67526f3ed6bc096d (diff)
downloadop-kernel-dev-25bab0e1b53fbef5f9d3ec6be0a0bb089e949832.zip
op-kernel-dev-25bab0e1b53fbef5f9d3ec6be0a0bb089e949832.tar.gz
staging: wilc1000: removed typedef from enum BSSTYPE_T
This patch removes typedef from enum BSSTYPE_T and rename it to bss_types. It fixes "WARNING: do not add new typdefs" warning reported by checkpatch.pl. Signed-off-by: Ajay Singh <ajay.kathat@microchip.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 c1693cf..2baf6c4 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -85,11 +85,11 @@ typedef enum {
P2P_IE = 221,
} BEACON_IE;
-typedef enum {
+enum bss_types {
INFRASTRUCTURE = 0,
INDEPENDENT,
AP,
-} BSSTYPE_T;
+};
typedef enum {
RATE_AUTO = 0,
OpenPOWER on IntegriCloud