diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-01-20 07:52:36 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-27 14:56:55 -0500 |
commit | 8e7c4e4dc6e98a0d3ee4535c6b94a3ad63adad2a (patch) | |
tree | 589946341681ae98ff5d4c8bbc936da6820aa2c4 /net/mac80211/rx.c | |
parent | ea086359a63bd0dd85c1d784d0425340649613fa (diff) |
mac80211: fix a few -Wshadow warnings
It seems that -Wshadow is no longer default in
sparse runs, but let's fix the warnings anyway.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 751409120769..73d213810a37 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -2180,9 +2180,6 @@ ieee80211_rx_h_mgmt_check(struct ieee80211_rx_data *rx) | |||
2180 | if (rx->sdata->vif.type == NL80211_IFTYPE_AP && | 2180 | if (rx->sdata->vif.type == NL80211_IFTYPE_AP && |
2181 | ieee80211_is_beacon(mgmt->frame_control) && | 2181 | ieee80211_is_beacon(mgmt->frame_control) && |
2182 | !(rx->flags & IEEE80211_RX_BEACON_REPORTED)) { | 2182 | !(rx->flags & IEEE80211_RX_BEACON_REPORTED)) { |
2183 | struct ieee80211_rx_status *status; | ||
2184 | |||
2185 | status = IEEE80211_SKB_RXCB(rx->skb); | ||
2186 | cfg80211_report_obss_beacon(rx->local->hw.wiphy, | 2183 | cfg80211_report_obss_beacon(rx->local->hw.wiphy, |
2187 | rx->skb->data, rx->skb->len, | 2184 | rx->skb->data, rx->skb->len, |
2188 | status->freq, GFP_ATOMIC); | 2185 | status->freq, GFP_ATOMIC); |