Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89860
b: refs/heads/master
c: 091ed31
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Feb 29, 2008
1 parent 4704d51 commit e3bf83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 871ff6ed64e17a785cb4d48f56beedff038cc42a
refs/heads/master: 091ed315ef77a4949a6ce22e43af15a504ada348
12 changes: 1 addition & 11 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,21 +628,11 @@ void rt2x00lib_write_tx_desc(struct rt2x00_dev *rt2x00dev,

memset(&txdesc, 0, sizeof(txdesc));

txdesc.queue = skbdesc->entry->queue->qid;
txdesc.cw_min = skbdesc->entry->queue->cw_min;
txdesc.cw_max = skbdesc->entry->queue->cw_max;
txdesc.aifs = skbdesc->entry->queue->aifs;

/*
* Identify queue
*/
if (control->queue < rt2x00dev->hw->queues)
txdesc.queue = control->queue;
else if (control->queue == IEEE80211_TX_QUEUE_BEACON ||
control->queue == IEEE80211_TX_QUEUE_AFTER_BEACON)
txdesc.queue = QID_MGMT;
else
txdesc.queue = QID_OTHER;

/*
* Read required fields from ieee80211 header.
*/
Expand Down

0 comments on commit e3bf83b

Please sign in to comment.