mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
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 <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
73735e4938
commit
ad61fcea23
@@ -212,15 +212,13 @@ struct rcvd_net_info {
|
||||
u32 u32Length;
|
||||
};
|
||||
|
||||
typedef struct _tstrHiddenNetworkInfo {
|
||||
struct hidden_net_info {
|
||||
u8 *pu8ssid;
|
||||
u8 u8ssidlen;
|
||||
|
||||
} tstrHiddenNetworkInfo;
|
||||
};
|
||||
|
||||
struct hidden_network {
|
||||
/* MAX_SSID_LEN */
|
||||
tstrHiddenNetworkInfo *pstrHiddenNetworkInfo;
|
||||
struct hidden_net_info *pstrHiddenNetworkInfo;
|
||||
u8 u8ssidnum;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user