diff /usr/src
commit - 810555b25bf5444b727efabdb7f5ed0506159a65
path + /usr/src
blob - a615fdea5fca69bcd980bdc027050f59be89d0ed
file + sys/dev/usb/if_urtwn.c
--- sys/dev/usb/if_urtwn.c
+++ sys/dev/usb/if_urtwn.c
@@ -1659,7 +1659,7 @@ urtwn_tx(void *cookie, struct mbuf *m, struct ieee8021
                qos = ieee80211_get_qos(wh);
                tid = qos & IEEE80211_QOS_TID;
                qid = ieee80211_up_to_ac(ic, tid);
-       } else if ((wh->i_fc[1] & IEEE80211_FC0_TYPE_MASK)
+       } else if ((wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK)
            != IEEE80211_FC0_TYPE_DATA) {
                /* Use AC VO for management frames. */
                qid = EDCA_AC_VO;

Reply via email to