]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
mac80211: a few whitespace fixes
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Dec 2012 12:44:19 +0000 (13:44 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Dec 2012 20:24:02 +0000 (21:24 +0100)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c
net/mac80211/scan.c

index 09556303c7e191ebda9a19b78147752cc6838d64..7753a9ca98a6c67870f68bd40b22f3af453a3945 100644 (file)
@@ -2360,9 +2360,9 @@ ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,
 
        return RX_MGMT_CFG80211_RX_ASSOC;
 }
+
 static void ieee80211_rx_bss_info(struct ieee80211_sub_if_data *sdata,
-                                 struct ieee80211_mgmt *mgmt,
-                                 size_t len,
+                                 struct ieee80211_mgmt *mgmt, size_t len,
                                  struct ieee80211_rx_status *rx_status,
                                  struct ieee802_11_elems *elems,
                                  bool beacon)
index d7c190b80670ea05ce1a35de380d1ed5d4b07ff5..cb3df39d5fa691e2aff03caed88af473c57cdf97 100644 (file)
@@ -118,7 +118,7 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
                struct ieee80211_tim_ie *tim_ie = elems->tim;
                bss->dtim_period = tim_ie->dtim_period;
                if (!elems->parse_error)
-                               bss->valid_data |= IEEE80211_BSS_VALID_DTIM;
+                       bss->valid_data |= IEEE80211_BSS_VALID_DTIM;
        }
 
        /* If the beacon had no TIM IE, or it was invalid, use 1 */