staging: rtl8192e: Indent the code
Indent the code in order to follow the rules and to increase the readability of the code. Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4db665e50c
commit
8ad835b9bc
@ -668,7 +668,7 @@ done:
|
||||
if (ieee->set_security)
|
||||
ieee->set_security(ieee->dev, &sec);
|
||||
|
||||
if (ieee->reset_on_keychange &&
|
||||
if (ieee->reset_on_keychange &&
|
||||
ieee->iw_mode != IW_MODE_INFRA &&
|
||||
ieee->reset_port && ieee->reset_port(dev)) {
|
||||
netdev_dbg(ieee->dev, "Port reset failed\n");
|
||||
|
@ -939,7 +939,7 @@ int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
|
||||
if (HTCCheck(ieee, skb->data))
|
||||
{
|
||||
if(net_ratelimit())
|
||||
printk("find HTCControl\n");
|
||||
printk("find HTCControl\n");
|
||||
hdrlen += 4;
|
||||
rx_stats->bContainHTC = true;
|
||||
}
|
||||
|
@ -466,7 +466,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
|
||||
goto out;
|
||||
ieee->set_chan(ieee->dev, ch);
|
||||
if(channel_map[ch] == 1)
|
||||
ieee80211_send_probe_requests(ieee);
|
||||
ieee80211_send_probe_requests(ieee);
|
||||
|
||||
/* this prevent excessive time wait when we
|
||||
* need to wait for a syncro scan to end..
|
||||
|
Loading…
Reference in New Issue
Block a user