This patch fix alignment of defines.

Signed-off-by: Chaehyun Lim <chaehyun....@gmail.com>
---
 drivers/staging/wilc1000/host_interface.h | 42 +++++++++++++++----------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/drivers/staging/wilc1000/host_interface.h 
b/drivers/staging/wilc1000/host_interface.h
index f15a878..64bcd80 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -20,11 +20,11 @@
 #define IDLE_MODE      0x00
 #define AP_MODE                0x01
 #define STATION_MODE   0x02
-#define GO_MODE        0x03
+#define GO_MODE                0x03
 #define CLIENT_MODE    0x04
 
 
-#define MAX_NUM_STA                 9
+#define MAX_NUM_STA                            9
 #define ACTIVE_SCAN_TIME                       10
 #define PASSIVE_SCAN_TIME                      1200
 #define MIN_SCAN_TIME                          10
@@ -34,31 +34,31 @@
 #define OBSS_PERIODIC_SCAN                     BIT(1)
 #define OBSS_ONETIME_SCAN                      BIT(2)
 #define GTK_RX_KEY_BUFF_LEN                    24
-#define ADDKEY                                         0x1
-#define REMOVEKEY                                      0x2
-#define DEFAULTKEY                                     0x4
-#define ADDKEY_AP                                      0x8
-#define MAX_NUM_SCANNED_NETWORKS       100 /* 30               // rachel */
-#define MAX_NUM_SCANNED_NETWORKS_SHADOW        130
-#define MAX_NUM_PROBED_SSID            10  /*One more than the number of 
scanned ssids*/
+#define ADDKEY                                 0x1
+#define REMOVEKEY                              0x2
+#define DEFAULTKEY                             0x4
+#define ADDKEY_AP                              0x8
+#define MAX_NUM_SCANNED_NETWORKS               100 /* 30               // 
rachel */
+#define MAX_NUM_SCANNED_NETWORKS_SHADOW                130
+#define MAX_NUM_PROBED_SSID                    10  /*One more than the number 
of scanned ssids*/
 #define CHANNEL_SCAN_TIME                      250 /* 250 */
 
 #define TX_MIC_KEY_LEN                         8
 #define RX_MIC_KEY_LEN                         8
-#define PTK_KEY_LEN                                    16
+#define PTK_KEY_LEN                            16
 
 #define TX_MIC_KEY_MSG_LEN                     26
 #define RX_MIC_KEY_MSG_LEN                     48
 #define PTK_KEY_MSG_LEN                                39
 
 #define PMKSA_KEY_LEN                          22
-#define ETH_ALEN  6
-#define PMKID_LEN                                      16
-#define WILC_MAX_NUM_PMKIDS  16
-#define WILC_SUPP_MCS_SET_SIZE 16
-#define WILC_ADD_STA_LENGTH    40 /* Not including the rates field cause it 
has variable length*/
+#define ETH_ALEN                               6
+#define PMKID_LEN                              16
+#define WILC_MAX_NUM_PMKIDS                    16
+#define WILC_SUPP_MCS_SET_SIZE                 16
+#define WILC_ADD_STA_LENGTH                    40 /* Not including the rates 
field cause it has variable length*/
 #define SCAN_EVENT_DONE_ABORTED
-#define NUM_CONCURRENT_IFC 2
+#define NUM_CONCURRENT_IFC                     2
 
 typedef struct {
        u16 cfg_wid;
@@ -304,11 +304,11 @@ typedef struct {
 } tstrHostIfRegisterFrame;
 
 
-#define   ACTION         0xD0
-#define   PROBE_REQ   0x40
-#define   PROBE_RESP  0x50
-#define   ACTION_FRM_IDX   0
-#define   PROBE_REQ_IDX     1
+#define ACTION                 0xD0
+#define PROBE_REQ              0x40
+#define PROBE_RESP             0x50
+#define ACTION_FRM_IDX         0
+#define PROBE_REQ_IDX          1
 
 
 enum p2p_listen_state {
-- 
2.5.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to