diff options
author | Johannes Berg | 2015-06-16 12:53:10 +0200 |
---|---|---|
committer | Johannes Berg | 2015-07-17 15:38:04 +0200 |
commit | e414eea77d1ae1201d5252964406a22adfa9f3c2 (patch) | |
tree | a8ccee51bd8b406e6dbf261ce16ab881ed6f26b7 /net/mac80211/rx.c | |
parent | mac80211: duplicate station's MAC address for hash table (diff) | |
download | kernel-qcow2-linux-e414eea77d1ae1201d5252964406a22adfa9f3c2.tar.gz kernel-qcow2-linux-e414eea77d1ae1201d5252964406a22adfa9f3c2.tar.xz kernel-qcow2-linux-e414eea77d1ae1201d5252964406a22adfa9f3c2.zip |
mac80211: remove IEEE80211_RX_FRAGMENTED
There's a long-standing TODO item to use this flag in the cooked
monitor RX, but clearly it was never needed and now this hasn't
been used by userspace for a long time, so no userspace changes
could require it now.
Remove the unused flag.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 3037bd152ffa..3a1462810c8e 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -1917,7 +1917,6 @@ ieee80211_rx_h_defragment(struct ieee80211_rx_data *rx) /* Complete frame has been reassembled - process it now */ status = IEEE80211_SKB_RXCB(rx->skb); - status->rx_flags |= IEEE80211_RX_FRAGMENTED; out: ieee80211_led_rx(rx->local); @@ -3037,7 +3036,6 @@ ieee80211_rx_h_mgmt(struct ieee80211_rx_data *rx) return RX_QUEUED; } -/* TODO: use IEEE80211_RX_FRAGMENTED */ static void ieee80211_rx_cooked_monitor(struct ieee80211_rx_data *rx, struct ieee80211_rate *rate) { |