Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247105
b: refs/heads/master
c: db674d2
h: refs/heads/master
i:
  247103: 09bfc6e
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Apr 19, 2011
1 parent 12578a7 commit a6133ff
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f9f774c17e19da6f98bd7b57527f55d0ec920fce
refs/heads/master: db674d249c1fa20fd6731048f41646b3a2e8bdf5
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ static void wl1271_tx_fill_hdr(struct wl1271 *wl, struct sk_buff *skb,
else
desc->life_time = cpu_to_le16(TX_HW_AP_MODE_PKT_LIFETIME_TU);

/* queue (we use same identifiers for tid's and ac's */
/* queue */
ac = wl1271_tx_get_queue(skb_get_queue_mapping(skb));
desc->tid = ac;
desc->tid = skb->priority;

if (skb->pkt_type == TX_PKT_TYPE_DUMMY_REQ) {
/*
Expand Down

0 comments on commit a6133ff

Please sign in to comment.