aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.h
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-3/+4
* rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2011-10-161-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-12/+21
|\
| * rt2x00: fix queue timeout checksJohannes Stezenbach2011-04-191-10/+13
| * rt2x00: Make rt2x00_queue_entry_for_each more flexibleHelmut Schaa2011-04-191-2/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-0/+1
|\ \ | |/
| * rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa2011-04-041-0/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-6/+6
|/
* rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor fieldHelmut Schaa2011-03-041-1/+1
* rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa2011-03-041-1/+1
* rt2x00: Optimize TX descriptor memory layoutIvo van Doorn2011-03-041-5/+5
* rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-041-10/+17
* rt2x00: Fix WMM Queue namingIvo van Doorn2010-12-131-6/+6
* rt2x00: Introduce extra queue entry sanity flagIvo van Doorn2010-12-131-1/+5
* rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-0/+23
* rt2x00: Rename queue->lock to queue->index_lockIvo van Doorn2010-11-151-2/+2
* rt2x00: Rename rt2x00queue_timeoutIvo van Doorn2010-11-151-2/+2
* rt2x00: Reduce tx descriptor sizeHelmut Schaa2010-11-151-9/+0
* rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa2010-11-151-16/+0
* rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-311-4/+17
* rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa2010-08-311-2/+2
* rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2010-08-251-7/+0
* rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn2010-08-251-0/+16
* rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS modeIvo van Doorn2010-08-161-0/+2
* rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-161-1/+5
* rt2x00: Implement watchdog monitoringIvo van Doorn2010-07-121-0/+11
* rt2x00: clarify meaning of txdone flagsHelmut Schaa2010-06-151-1/+8
* rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde2010-05-121-0/+3
* rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa2010-05-071-0/+2
* rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde2010-05-041-2/+2
* rt2x00: remove now unused noise field from struct rxdone_entry_descJohn W. Linville2010-05-031-2/+0
* rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde2009-12-211-4/+1
* mac80211: request TX status where neededJohannes Berg2009-11-191-1/+4
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
* rt2x00: Add support for retry ratesBenoit PAPILLAULT2009-08-201-0/+2
* rt2x00: Comment spellcheckingLuis Correia2009-07-241-5/+5
* rt2x00: Implement support for 802.11nIvo van Doorn2009-05-061-9/+30
* rt2x00: Add support for L2 padding during TX/RXIvo van Doorn2009-05-061-2/+12
* rt2x00: Move iv_len into tx descriptor dataIvo van Doorn2009-05-061-0/+2
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2x00: Introduce RXDONE_SIGNAL_MASK maskIvo van Doorn2009-01-291-0/+8
* rt2x00: Allow drivers to pass the noise value during rxdoneIvo van Doorn2009-01-291-0/+2
* rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn2009-01-291-2/+3
* rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn2008-12-051-0/+4
* rt2x00: Optimize IV/EIV handlingIvo van Doorn2008-12-051-8/+4
* rt2x00: Detect USB BULK in/out endpointsIvo van Doorn2008-11-251-2/+20
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-2/+7
* rt2x00: Add Signal type flagIvo van Doorn2008-08-291-3/+4
* rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn2008-08-291-0/+2
* rt2x00: Implement HW encryptionIvo van Doorn2008-08-221-7/+66