diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-12-10 13:44:19 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-12-10 21:24:02 +0100 |
commit | 8e3c1b77435d93c0207d4701ca5b3e84d40c983d (patch) | |
tree | e5c81f9d95f1af3dcf9072b605d061ae51a29733 /net/mac80211/mlme.c | |
parent | wext: explicitly cast -110 to u8 (diff) | |
download | linux-8e3c1b77435d93c0207d4701ca5b3e84d40c983d.tar.xz linux-8e3c1b77435d93c0207d4701ca5b3e84d40c983d.zip |
mac80211: a few whitespace fixes
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 09556303c7e1..7753a9ca98a6 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -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) |