Staging: wilc1000: Assign proper boolean value
This patch assign proper boolean value to boolean variable. Signed-off-by: Abdul Hussain <habdul@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3f4d1c09ae
commit
f717c0ebb3
1 changed files with 1 additions and 1 deletions
|
@ -7814,7 +7814,7 @@ static void *host_int_ParseJoinBssParam(tstrNetworkInfo *ptstrNetworkInfo)
|
|||
pNewJoinBssParam->rsn_cap[1] = pu8IEs[rsnIndex + 1];
|
||||
rsnIndex += 2;
|
||||
}
|
||||
pNewJoinBssParam->rsn_found = 1;
|
||||
pNewJoinBssParam->rsn_found = true;
|
||||
index += pu8IEs[index + 1] + 2; /* ID,Length bytes and IE body */
|
||||
continue;
|
||||
} else
|
||||
|
|
Loading…
Add table
Reference in a new issue