Staging: rlt8192u: Remove spaces at the start of lines
authorMike Dupuis <mike.dupuis.0@gmail.com>
Mon, 14 Sep 2015 06:42:58 +0000 (22:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Sep 2015 13:36:25 +0000 (06:36 -0700)
This is a patch to remove spaces at the start of lines in
ieee80211_softmac_wx.c.

Signed-off-by: Mike Dupuis <mike.dupuis.0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c

index c4f3e07ed7cdc12415a4699f0afd7287a8015458..702671a66c5fd8d474112228767efac5b7fc19b4 100644 (file)
@@ -178,7 +178,7 @@ out:
 }
 EXPORT_SYMBOL(ieee80211_wx_set_wap);
 
- int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,union iwreq_data *wrqu,char *b)
+int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,union iwreq_data *wrqu,char *b)
 {
        int len, ret = 0;
        unsigned long flags;
@@ -438,7 +438,7 @@ out:
 }
 EXPORT_SYMBOL(ieee80211_wx_set_essid);
 
- int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
+int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
                             union iwreq_data *wrqu, char *b)
 {
 
@@ -447,7 +447,7 @@ EXPORT_SYMBOL(ieee80211_wx_set_essid);
 }
 EXPORT_SYMBOL(ieee80211_wx_get_mode);
 
- int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
+int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
                               struct iw_request_info *info,
                               union iwreq_data *wrqu, char *extra)
 {
@@ -587,7 +587,7 @@ int ieee80211_wx_get_power(struct ieee80211_device *ieee,
                /* ieee->current_network.dtim_period * ieee->current_network.beacon_interval * 1024; */
        }
 
-       if ((ieee->ps & (IEEE80211_PS_MBCAST | IEEE80211_PS_UNICAST)) == (IEEE80211_PS_MBCAST | IEEE80211_PS_UNICAST))
+       if ((ieee->ps & (IEEE80211_PS_MBCAST | IEEE80211_PS_UNICAST)) == (IEEE80211_PS_MBCAST | IEEE80211_PS_UNICAST))
                wrqu->power.flags |= IW_POWER_ALL_R;
        else if (ieee->ps & IEEE80211_PS_MBCAST)
                wrqu->power.flags |= IW_POWER_MULTICAST_R;
This page took 0.027834 seconds and 5 git commands to generate.