summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
diff options
context:
space:
mode:
authorUjjal Roy2016-02-24 20:19:23 +0100
committerKalle Valo2016-03-07 13:29:14 +0100
commit32962d5b43b748c43b9b0b32d02674c1ce6997a9 (patch)
tree0288eaadcf3738c3876994c72e5eaa4c2ea3c4e7 /drivers/net/wireless/marvell/mwifiex/cfg80211.c
parentrt2x00: add new rt2800usb device Buffalo WLI-UC-G450 (diff)
downloadkernel-qcow2-linux-32962d5b43b748c43b9b0b32d02674c1ce6997a9.tar.gz
kernel-qcow2-linux-32962d5b43b748c43b9b0b32d02674c1ce6997a9.tar.xz
kernel-qcow2-linux-32962d5b43b748c43b9b0b32d02674c1ce6997a9.zip
mwifiex: Fixed incorrect indentation issue
This patch fixes the incorrect indentation of the case label. Signed-off-by: Ujjal Roy <royujjal@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/cfg80211.c')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/cfg80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
index f2dce81ba36e..29b7f6eed240 100644
--- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
@@ -676,7 +676,7 @@ mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
}
break;
- case MWIFIEX_BSS_ROLE_STA:
+ case MWIFIEX_BSS_ROLE_STA:
if (priv->media_connected) {
mwifiex_dbg(adapter, ERROR,
"cannot change wiphy params when connected");