aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-22/+2
* rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde2010-06-031-9/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-11/+4
|\
| * rt2x00: Dump beacons under a different identifier than TX frames.Gertjan van Wingerde2010-05-121-1/+4
| * rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde2010-05-121-10/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-11/+12
|\ \ | |/
| * rt2x00: Clean up generic procedures on descriptor writing.Gertjan van Wingerde2010-05-101-6/+10
| * rt2x00: provide beacon's txdesc to write_beacon callback function.Gertjan van Wingerde2010-05-101-1/+1
| * rt2x00: Clean up all driver's kick_tx_queue callback functions.Gertjan van Wingerde2010-05-101-4/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-4/+2
|\ \ | |/
| * rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde2010-05-041-4/+2
* | 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-211-1/+1
* | rt2x00: Reorganize L2 padding inserting function.Gertjan van Wingerde2009-12-211-33/+27
* | rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde2009-12-211-5/+1
* | rt2x00: Further L2 padding fixes.Gertjan van Wingerde2009-12-211-3/+5
* | rt2x00 : avoid timestamp for monitor injected frame.Alban Browaeys2009-12-211-3/+6
* | rt2x00 : modify padding location.Alban Browaeys2009-12-211-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/+2
* 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/+5
* rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn2008-12-051-2/+6
* rt2x00: Store retry limit valuesIvo van Doorn2008-12-051-8/+1
* rt2x00: Fix TX failure pathIvo van Doorn2008-11-251-8/+6
* rt2x00: Optimize get_duration / get_duration_resIvo van Doorn2008-11-211-2/+2
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-25/+3
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-10-311-1/+1
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-4/+18