Commit 32962d5b authored by Ujjal Roy's avatar Ujjal Roy Committed by Kalle Valo

mwifiex: Fixed incorrect indentation issue

This patch fixes the incorrect indentation of the case label.
Signed-off-by: default avatarUjjal Roy <royujjal@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent f36f2990
...@@ -676,7 +676,7 @@ mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) ...@@ -676,7 +676,7 @@ mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
} }
break; break;
case MWIFIEX_BSS_ROLE_STA: case MWIFIEX_BSS_ROLE_STA:
if (priv->media_connected) { if (priv->media_connected) {
mwifiex_dbg(adapter, ERROR, mwifiex_dbg(adapter, ERROR,
"cannot change wiphy params when connected"); "cannot change wiphy params when connected");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment