diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-11-25 11:46:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-28 15:05:01 -0500 |
commit | 8c0c709eea5cbab97fb464cd68b06f24acc58ee1 (patch) | |
tree | 23af087965cd5f6142e951eccbee1817560e6506 /net/mac80211/ieee80211_i.h | |
parent | e60d7443e00a72a2c056950cdaab79c7b077f3d4 (diff) |
mac80211: move cmntr flag out of rx flags
The RX flags should soon be used only for flags
that cannot change within an a-MPDU, so move the
cooked monitor flag into the RX status flags.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 04093e84ebd7..ba5d3637b956 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -163,8 +163,7 @@ typedef unsigned __bitwise__ ieee80211_rx_result; | |||
163 | /* frame is destined to interface currently processed (incl. multicast frames) */ | 163 | /* frame is destined to interface currently processed (incl. multicast frames) */ |
164 | #define IEEE80211_RX_RA_MATCH BIT(1) | 164 | #define IEEE80211_RX_RA_MATCH BIT(1) |
165 | #define IEEE80211_RX_AMSDU BIT(2) | 165 | #define IEEE80211_RX_AMSDU BIT(2) |
166 | #define IEEE80211_RX_CMNTR_REPORTED BIT(3) | 166 | #define IEEE80211_RX_FRAGMENTED BIT(3) |
167 | #define IEEE80211_RX_FRAGMENTED BIT(4) | ||
168 | 167 | ||
169 | struct ieee80211_rx_data { | 168 | struct ieee80211_rx_data { |
170 | struct sk_buff *skb; | 169 | struct sk_buff *skb; |