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>
        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");
 
        if (HTCCheck(ieee, skb->data))
        {
                if(net_ratelimit())
-               printk("find HTCControl\n");
+                       printk("find HTCControl\n");
                hdrlen += 4;
                rx_stats->bContainHTC = true;
        }
 
                        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..