staging: wilc1000: wilc_cfgoperations.c: Fixed coding styles issues.
Fixed coding styles issues with braces. Signed-off-by: Daniel Machon <dmachon.dev@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eeb1c06295
commit
1913221c0e
|
@ -1205,8 +1205,7 @@ static int WILC_WFI_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 k
|
|||
|
||||
|
||||
|
||||
if (!pairwise)
|
||||
{
|
||||
if (!pairwise) {
|
||||
if (params->cipher == WLAN_CIPHER_SUITE_TKIP)
|
||||
u8gmode = ENCRYPT_ENABLED | WPA | TKIP;
|
||||
else
|
||||
|
@ -1304,8 +1303,7 @@ static int WILC_WFI_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 k
|
|||
|
||||
{
|
||||
u8mode = 0;
|
||||
if (!pairwise)
|
||||
{
|
||||
if (!pairwise) {
|
||||
if (params->key_len > 16 && params->cipher == WLAN_CIPHER_SUITE_TKIP) {
|
||||
/* swap the tx mic by rx mic */
|
||||
pu8RxMic = params->key + 24;
|
||||
|
|
Loading…
Reference in New Issue