Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3895ed0b authored by Dean Michael Ancajas's avatar Dean Michael Ancajas Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723au: os_dep: Fixed a coding style issue.



Fixed a coding style issue for braces.

Signed-off-by: default avatarDean Michael Ancajas <dbancajas@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent de77b4ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1468,9 +1468,8 @@ static int rtw_cfg80211_set_wpa_version(struct security_priv *psecuritypriv,
		return 0;
	}

	if (wpa_version & (NL80211_WPA_VERSION_1 | NL80211_WPA_VERSION_2)) {
	if (wpa_version & (NL80211_WPA_VERSION_1 | NL80211_WPA_VERSION_2))
		psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPAPSK;
	}

/*
	if (wpa_version & NL80211_WPA_VERSION_2)