diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c
index 4310e2f65661e8a663c519eded289d263d46f613..7229e958879dae2d0cf584652ccf0552349a411b 100644
--- a/net/mac80211/wme.c
+++ b/net/mac80211/wme.c
@@ -47,8 +47,6 @@ static unsigned int classify_1d(struct sk_buff *skb)
 		return 0;
 	}
 
-	if (dscp & 0x1c)
-		return 0;
 	return dscp >> 5;
 }