summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde1-0/+39
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn1-11/+17
2008-06-14rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn1-0/+37
2008-06-14rt2x00: Fix queue initializationIvo van Doorn1-3/+4
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-16/+15
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-3/+6
2008-05-22rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn1-0/+157
2008-05-22rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde1-4/+4
2008-05-07rt2x00: Use rt2x00 queue numberingIvo van Doorn1-3/+3
2008-03-13rt2x00: Upgrade queue->lock to use irqsaveIvo van Doorn1-6/+11
2008-02-29rt2x00: Fix queue->qid initializationIvo van Doorn1-15/+18
2008-02-29rt2x00: correct address calc for queue private dataAdam Baker1-1/+2
2008-02-29rt2x00: Fix queue index handlingIvo van Doorn1-2/+6
2008-02-29rt2x00: Move beacon and atim queue defines into rt2x00Ivo van Doorn1-3/+3
2008-02-29rt2x00: Queue handling overhaulIvo van Doorn1-0/+291