staging: wilc1000: remove _tstrJoinParam from join_bss_param
This patch removes struct _tstrJoinParam from the struct join_bss_param because it is not used inside the struct. 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:
parent
e0a122178b
commit
541963223b
1 changed files with 0 additions and 1 deletions
|
|
@ -425,7 +425,6 @@ struct join_bss_param {
|
|||
u8 rsn_pcip_policy[3];
|
||||
u8 rsn_auth_policy[3];
|
||||
u8 rsn_cap[2];
|
||||
struct _tstrJoinParam *nextJoinBss;
|
||||
u32 tsf;
|
||||
u8 u8NoaEnbaled;
|
||||
u8 u8OppEnable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue