aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 8ee7db193269..e4f325f68fd3 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -80,8 +80,6 @@ ieee80211_rx_radiotap_len(struct ieee80211_local *local,
80 len += 8; 80 len += 8;
81 if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM) 81 if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM)
82 len += 1; 82 len += 1;
83 if (local->hw.flags & IEEE80211_HW_NOISE_DBM)
84 len += 1;
85 83
86 if (len & 1) /* padding for RX_FLAGS if necessary */ 84 if (len & 1) /* padding for RX_FLAGS if necessary */
87 len++; 85 len++;