Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315629
b: refs/heads/master
c: 353d09c
h: refs/heads/master
i:
  315627: ac40c58
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jul 10, 2012
1 parent 7e014b9 commit cd09dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f8bf65bf3688835f95f7c74f5c844a64b2743a42
refs/heads/master: 353d09c6ceedc1cb0c54fe5002c0ca80b6ee6e4f
2 changes: 1 addition & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@ EXPORT_SYMBOL(ieee80211_get_buffered_bc);
void ieee80211_tx_skb_tid(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb, int tid)
{
int ac = ieee802_1d_to_ac[tid];
int ac = ieee802_1d_to_ac[tid & 7];

skb_set_mac_header(skb, 0);
skb_set_network_header(skb, 0);
Expand Down

0 comments on commit cd09dc2

Please sign in to comment.