Commit 7a976ce1 authored by Fu Yong Quah's avatar Fu Yong Quah Committed by Greg Kroah-Hartman

staging: rtl8192u: Fix indentation

Fix number of indentaions for block scopes as suggested by
Documentation/CodingStyle.
Signed-off-by: default avatarFu Yong Quah <quah.fy95@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df47a14c
...@@ -562,7 +562,7 @@ static int r8192_wx_set_enc(struct net_device *dev, ...@@ -562,7 +562,7 @@ static int r8192_wx_set_enc(struct net_device *dev,
} }
if (wrqu->encoding.length == 0x5) { if (wrqu->encoding.length == 0x5) {
ieee->pairwise_key_type = KEY_TYPE_WEP40; ieee->pairwise_key_type = KEY_TYPE_WEP40;
EnableHWSecurityConfig8192(dev); EnableHWSecurityConfig8192(dev);
setKey(dev, setKey(dev,
...@@ -576,8 +576,8 @@ static int r8192_wx_set_enc(struct net_device *dev, ...@@ -576,8 +576,8 @@ static int r8192_wx_set_enc(struct net_device *dev,
} }
else if (wrqu->encoding.length == 0xd) { else if (wrqu->encoding.length == 0xd) {
ieee->pairwise_key_type = KEY_TYPE_WEP104; ieee->pairwise_key_type = KEY_TYPE_WEP104;
EnableHWSecurityConfig8192(dev); EnableHWSecurityConfig8192(dev);
setKey(dev, setKey(dev,
key_idx, /* EntryNo */ key_idx, /* EntryNo */
......
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