staging: rtl8192u: Fix indentation
Fix number of indentaions for block scopes as suggested by Documentation/CodingStyle. Signed-off-by: Fu Yong Quah <quah.fy95@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df47a14c2c
commit
7a976ce11e
|
@ -562,7 +562,7 @@ static int r8192_wx_set_enc(struct net_device *dev,
|
|||
}
|
||||
|
||||
if (wrqu->encoding.length == 0x5) {
|
||||
ieee->pairwise_key_type = KEY_TYPE_WEP40;
|
||||
ieee->pairwise_key_type = KEY_TYPE_WEP40;
|
||||
EnableHWSecurityConfig8192(dev);
|
||||
|
||||
setKey(dev,
|
||||
|
@ -576,8 +576,8 @@ static int r8192_wx_set_enc(struct net_device *dev,
|
|||
}
|
||||
|
||||
else if (wrqu->encoding.length == 0xd) {
|
||||
ieee->pairwise_key_type = KEY_TYPE_WEP104;
|
||||
EnableHWSecurityConfig8192(dev);
|
||||
ieee->pairwise_key_type = KEY_TYPE_WEP104;
|
||||
EnableHWSecurityConfig8192(dev);
|
||||
|
||||
setKey(dev,
|
||||
key_idx, /* EntryNo */
|
||||
|
|
Loading…
Reference in New Issue