summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-1/+2
|\
| * rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-161-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-3/+3
|\|
| * rt2x00: use correct headroom for transmissionPavel Roskin2010-01-051-3/+3
* | rt2x00: Fix trimming of L2 padded frames.Gertjan van Wingerde2009-12-221-1/+1
* | rt2x00: Reorganize L2 padding inserting function.Gertjan van Wingerde2009-12-221-33/+27Star
* | rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde2009-12-221-5/+1Star
* | rt2x00: Further L2 padding fixes.Gertjan van Wingerde2009-12-221-3/+5
* | rt2x00 : avoid timestamp for monitor injected frame.Alban Browaeys2009-12-221-3/+6
* | rt2x00 : modify padding location.Alban Browaeys2009-12-221-1/+1
|/
* rt2x00: Fix padding bug on L2PAD devices.Gertjan van Wingerde2009-12-041-1/+1
* rt2x00: Fix typo (lengt --> length) in rt2x00queue.cGertjan van Wingerde2009-11-281-2/+2
* mac80211: request TX status where neededJohannes Berg2009-11-191-1/+5
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+2
* rt2x00: Reorganize padding & L2 paddingIvo van Doorn2009-08-311-24/+75
* rt2x00: Fix for race condition while update beaconIgor Perminov2009-08-141-1/+14
* rt2x00: Align ieee80211 header to 4-byte boundary for PCI devicesIvo van Doorn2009-08-141-0/+12
* rt2x00: Use IEEE80211_TX_CTL_MORE_FRAMES flagIvo van Doorn2009-08-141-1/+2
* rt2x00: Implement support for 802.11nIvo van Doorn2009-05-061-0/+1
* rt2x00: Add support for L2 padding during TX/RXIvo van Doorn2009-05-061-0/+39
* rt2x00: Move iv_len into tx descriptor dataIvo van Doorn2009-05-061-6/+2Star
* rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-091-1/+18
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn2009-01-291-1/+5
* rt2x00: Move code into seperate functionsIvo van Doorn2009-01-291-93/+100
* rt2x00: Rename CONFIG_CRYPTO_COPY_IVIvo van Doorn2009-01-291-1/+1
* rt2x00: Fix TX rate short preamble detectionIvo van Doorn2009-01-221-1/+2
* rt2x00: Fix TX short preamble detectionIvo van Doorn2009-01-121-1/+1
* rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn2008-12-051-24/+5Star
* rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn2008-12-051-2/+6
* rt2x00: Store retry limit valuesIvo van Doorn2008-12-051-8/+1Star
* rt2x00: Fix TX failure pathIvo van Doorn2008-11-251-8/+6Star
* rt2x00: Optimize get_duration / get_duration_resIvo van Doorn2008-11-211-2/+2
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-25/+3Star
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-11-011-1/+1
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-4/+18
* rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"Felix Fietkau2008-10-151-4/+5
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-071-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