]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/mac80211/wme.c
mac80211: disable moving between PS modes during scan
[karo-tx-linux.git] / net / mac80211 / wme.c
index 694343b9102bd19c69a341eb4acd330220c59d71..116a923b14d621e1043b1cb07a5cecaf755039aa 100644 (file)
@@ -101,7 +101,7 @@ u16 ieee80211_select_queue(struct net_device *dev, struct sk_buff *skb)
         * Now we know the 1d priority, fill in the QoS header if
         * there is one (and we haven't done this before).
         */
-       if (!skb->requeue && ieee80211_is_data_qos(hdr->frame_control)) {
+       if (ieee80211_is_data_qos(hdr->frame_control)) {
                u8 *p = ieee80211_get_qos_ctl(hdr);
                u8 ack_policy = 0;
                tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK;