Skip to content

Commit ad61fce

Browse files
Leo-Kimgregkh
authored andcommitted
staging: wilc1000: remove typedef from tstrHiddenNetworkInfo
This patch removes typedef from the struct tstrHiddenNetworkInfo with related comments and renames it to hidden_net_info. Signed-off-by: Leo Kim <[email protected]> Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 73735e4 commit ad61fce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

drivers/staging/wilc1000/host_interface.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,13 @@ struct rcvd_net_info {
212212
u32 u32Length;
213213
};
214214

215-
typedef struct _tstrHiddenNetworkInfo {
215+
struct hidden_net_info {
216216
u8 *pu8ssid;
217217
u8 u8ssidlen;
218-
219-
} tstrHiddenNetworkInfo;
218+
};
220219

221220
struct hidden_network {
222-
/* MAX_SSID_LEN */
223-
tstrHiddenNetworkInfo *pstrHiddenNetworkInfo;
221+
struct hidden_net_info *pstrHiddenNetworkInfo;
224222
u8 u8ssidnum;
225223
};
226224

0 commit comments

Comments
 (0)