aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-10-311-1/+1
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-4/+18
* rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"Felix Fietkau2008-10-141-4/+5
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-061-2/+5
* mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-151-8/+13
* rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn2008-08-291-0/+1
* rt2x00: Map extra_tx_headroom to DMAIvo van Doorn2008-08-291-3/+21
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-3/+3
* rt2x00: Implement HW encryptionIvo van Doorn2008-08-221-8/+73
* rt2x00: Sequence counter should be protected in irqsaveIvo van Doorn2008-08-011-2/+3
* rt2x00: Clear queue entry flags during initializationIvo van Doorn2008-07-291-2/+8
* rt2x00: Fix QOS sequence countingIvo van Doorn2008-07-291-0/+26
* rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-141-6/+58
* rt2x00: Fix NULL pointer error in adhoc/master modeIvo van Doorn2008-07-141-0/+3
* rt2x00: Decrease alignment headroomIvo van Doorn2008-07-081-3/+4
* rt2x00: Remove duplicate deinitializationIvo van Doorn2008-06-271-18/+2
* rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-4/+11
* rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-13/+72
* rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-261-17/+54
* rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-261-9/+5
* mac80211: remove ieee80211_get_morefragHarvey Harrison2008-06-141-1/+1
* rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde2008-06-141-0/+39
* rt2x00: Don't kick TX queue after each frameIvo van Doorn2008-06-141-11/+17
* rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn2008-06-141-0/+37
* rt2x00: Fix queue initializationIvo van Doorn2008-06-141-3/+4
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-16/+15
* mac80211: use rate index in TX controlJohannes Berg2008-05-211-3/+6
* rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-211-0/+157
* rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde2008-05-211-4/+4
* rt2x00: Use rt2x00 queue numberingIvo van Doorn2008-05-071-3/+3
* rt2x00: Upgrade queue->lock to use irqsaveIvo van Doorn2008-03-131-6/+11
* rt2x00: Fix queue->qid initializationIvo van Doorn2008-02-291-15/+18
* rt2x00: correct address calc for queue private dataAdam Baker2008-02-291-1/+2
* rt2x00: Fix queue index handlingIvo van Doorn2008-02-291-2/+6
* rt2x00: Move beacon and atim queue defines into rt2x00Ivo van Doorn2008-02-291-3/+3
* rt2x00: Queue handling overhaulIvo van Doorn2008-02-291-0/+291