Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247525
b: refs/heads/master
c: 4c468fe
h: refs/heads/master
i:
  247523: ab323d8
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed May 5, 2011
1 parent 068f7e7 commit d2172b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbe8c735f1af88037c3dab570f816e3a77896cc7
refs/heads/master: 4c468fe559f7910b1c6b10d3d223943fdd1b653c
5 changes: 3 additions & 2 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2534,8 +2534,9 @@ void ieee80211_tx_skb(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb)
skb_set_network_header(skb, 0);
skb_set_transport_header(skb, 0);

/* send all internal mgmt frames on VO */
skb_set_queue_mapping(skb, 0);
/* Send all internal mgmt frames on VO. Accordingly set TID to 7. */
skb_set_queue_mapping(skb, IEEE80211_AC_VO);
skb->priority = 7;

/*
* The other path calling ieee80211_xmit is from the tasklet,
Expand Down

0 comments on commit d2172b0

Please sign in to comment.