Skip to content

Commit 5419632

Browse files
Leo-Kimgregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e0a1221 commit 5419632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/staging/wilc1000/host_interface.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ struct join_bss_param {
425425
u8 rsn_pcip_policy[3];
426426
u8 rsn_auth_policy[3];
427427
u8 rsn_cap[2];
428-
struct _tstrJoinParam *nextJoinBss;
429428
u32 tsf;
430429
u8 u8NoaEnbaled;
431430
u8 u8OppEnable;

0 commit comments

Comments
 (0)