summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: change beaconing lockingStanislaw Gruszka2014-06-191-19/+2Star
* rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1Star
* rt2x00: fix HT TX descriptor settings regressionStanislaw Gruszka2013-11-111-2/+2
* rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos2013-10-141-1/+1
* rt2x00: do not pause queue on flushStanislaw Gruszka2013-10-101-31/+6Star
* net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck()Jingoo Han2013-08-091-1/+1
* rt2x00: fix stop queueStanislaw Gruszka2013-07-291-7/+11
* rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_devGabor Juhos2013-06-121-3/+3
* rt2x00: remove data_queue_desc structGabor Juhos2013-06-121-41/+1Star
* rt2x00: add queue_init callback to rt2x00_opsGabor Juhos2013-06-121-9/+13
* rt2x00: rt2x00queue: setup queue->threshold from queue->limitGabor Juhos2013-06-121-1/+2
* rt2x00: rt2x00queue: remove qdesc parameter of rt2x00queue_alloc_entriesGabor Juhos2013-06-121-7/+5Star
* rt2x00: rt2x00queue: add priv_size field to struct data_queueGabor Juhos2013-06-121-2/+3
* rt2x00: rt2x00queue: initialize data_queue fields earlierGabor Juhos2013-06-101-6/+38
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-20/+21
* rt2x00: provide separate information about TXWI & RXWI sizesStanislaw Gruszka2013-04-221-2/+4
* rt2x00: Revert "rt2x00: remove unused argument"Helmut Schaa2013-03-181-4/+6
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-151-4/+1Star
|\
| * mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-151-4/+1Star
* | rt2x00: check for dma mappings errorsStanislaw Gruszka2013-02-141-7/+19
|/
* rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa2013-01-221-0/+47
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-9/+11
* rt2x00: remove unused argumentStanislaw Gruszka2012-07-111-6/+4Star
* rt2x00: use atomic variable for seqnoStanislaw Gruszka2012-06-041-7/+6Star
* rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa2012-04-231-3/+3
* rt2x00: do not generate seqno in h/w if QOS is disabledStanislaw Gruszka2012-04-111-2/+13
* rt2x00: configure different txdesc parameters for non HT channelStanislaw Gruszka2012-04-111-8/+18
* rt2x00: fix random stallsStanislaw Gruszka2012-03-121-0/+3
* rt2x00: Add WCID to HT TX descriptorHelmut Schaa2011-09-141-1/+6
* rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde2011-07-071-25/+26
* rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde2011-07-071-24/+28
* rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2011-07-071-5/+16
* rt2x00: Interface sequence lock doesn't have to disable interrupts.Gertjan van Wingerde2011-06-011-3/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-40/+119
|\
| * rt2x00: Merge rt2x00ht.c contents in other files.Gertjan van Wingerde2011-04-191-1/+80
| * rt2x00: Decrease association time for USB devicesIvo van Doorn2011-04-191-14/+5Star
| * rt2x00: fix queue timeout checksJohannes Stezenbach2011-04-191-6/+5Star
| * rt2x00: Make rt2x00_queue_entry_for_each more flexibleHelmut Schaa2011-04-191-9/+19
| * rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-10/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-14/+4Star
|\|
| * rt2x00: Add an error message when trying to send on a full queueHelmut Schaa2011-04-041-1/+4
| * rt2x00: Remove obsolete rt2x00queue_align_payloadHelmut Schaa2011-04-041-13/+0Star
* | Fix common misspellingsLucas De Marchi2011-03-311-3/+3
|/
* rt2x00: Remove unused rt2x00queue_get_queue function.Gertjan van Wingerde2011-03-041-19/+0Star
* rt2x00: Don't treat ATIM queue as second beacon queue.Gertjan van Wingerde2011-03-041-11/+8Star
* rt2x00: Don't call ieee80211_get_tx_rate for MCS ratesHelmut Schaa2011-03-041-7/+15
* rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa2011-03-041-9/+11
* rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-041-10/+13
* rt2x00: Generate sw sequence numbers only for devices that need itHelmut Schaa2011-03-041-4/+7
* rt2x00: Remove useless NULL checkHelmut Schaa2011-03-041-2/+1Star