Commit 1913221c authored by Daniel Machon's avatar Daniel Machon Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: wilc_cfgoperations.c: Fixed coding styles issues.



Fixed coding styles issues with braces.

Signed-off-by: default avatarDaniel Machon <dmachon.dev@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eeb1c062
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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;