staging: wilc1000: renames struct connect_resp_info variables
[deliverable/linux.git] / drivers / staging / wilc1000 / coreconfigurator.h
index 611486bec32dbdf1160034f35bee329521ca6c2f..aa9aee68e064745400af4240768101b5206b6009 100644 (file)
@@ -98,11 +98,11 @@ typedef struct {
 } tstrNetworkInfo;
 
 struct connect_resp_info {
-       u16 u16capability;
-       u16 u16ConnectStatus;
-       u16 u16AssocID;
-       u8 *pu8RespIEs;
-       u16 u16RespIEsLen;
+       u16 capability;
+       u16 status;
+       u16 assoc_id;
+       u8 *ies;
+       u16 ies_len;
 };
 
 typedef struct {
This page took 0.026992 seconds and 5 git commands to generate.