rsi: Sending QoS null packet via the mgmt queue.
Send the QoS null packet via mgmt queue. Signed-off-by: Jahnavi Meher <jahnavi.meher@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
258587f913
commit
7b748dc0ed
|
@ -339,7 +339,8 @@ void rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb)
|
|||
}
|
||||
|
||||
if ((ieee80211_is_mgmt(tmp_hdr->frame_control)) ||
|
||||
(ieee80211_is_ctl(tmp_hdr->frame_control))) {
|
||||
(ieee80211_is_ctl(tmp_hdr->frame_control)) ||
|
||||
(ieee80211_is_qos_nullfunc(tmp_hdr->frame_control))) {
|
||||
q_num = MGMT_SOFT_Q;
|
||||
skb->priority = q_num;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue