Merge branch 'for-next' into for-linus
[safe/jmp/linux-2.6] / drivers / net / wireless / rt2x00 / rt2x00queue.c
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-05 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2010-01-05 Pavel Roskinrt2x00: use correct headroom for transmission
2009-12-21 Gertjan van Wingerdert2x00: Fix trimming of L2 padded frames.
2009-12-21 Gertjan van Wingerdert2x00: Reorganize L2 padding inserting function.
2009-12-21 Gertjan van Wingerdert2x00: Remove SKBDESC_L2_PADDED flag.
2009-12-21 Gertjan van Wingerdert2x00: Further L2 padding fixes.
2009-12-21 Alban Browaeysrt2x00 : avoid timestamp for monitor injected frame.
2009-12-21 Alban Browaeysrt2x00 : modify padding location.
2009-12-04 Gertjan van Wingerdert2x00: Fix padding bug on L2PAD devices.
2009-11-28 Gertjan van Wingerdert2x00: Fix typo (lengt --> length) in rt2x00queue.c
2009-11-19 Johannes Bergmac80211: request TX status where needed
2009-11-11 Gertjan van Wingerdert2x00: Update copyright statements.
2009-08-31 Ivo van Doornrt2x00: Reorganize padding & L2 padding
2009-08-14 Igor Perminovrt2x00: Fix for race condition while update beacon
2009-08-14 Ivo van Doornrt2x00: Align ieee80211 header to 4-byte boundary for...
2009-08-14 Ivo van Doornrt2x00: Use IEEE80211_TX_CTL_MORE_FRAMES flag
2009-05-06 Ivo van Doornrt2x00: Implement support for 802.11n
2009-05-06 Ivo van Doornrt2x00: Add support for L2 padding during TX/RX
2009-05-06 Ivo van Doornrt2x00: Move iv_len into tx descriptor data
2009-02-09 Ivo van Doornrt2x00: Add kill_tx_queue callback function
2009-01-29 Ivo van Doornrt2x00: Update copyright year to 2009
2009-01-29 Ivo van Doornrt2x00: Remove ENTRY_TXD_OFDM_RATE
2009-01-29 Ivo van Doornrt2x00: Move code into seperate functions
2009-01-29 Ivo van Doornrt2x00: Rename CONFIG_CRYPTO_COPY_IV
2009-01-22 Ivo van Doornrt2x00: Fix TX rate short preamble detection
2009-01-12 Ivo van Doornrt2x00: Fix TX short preamble detection
2008-12-05 Ivo van Doornrt2x00: Move crypto TX descriptor handling to rt2x00cry...
2008-12-05 Ivo van Doornrt2x00: Implement HW encryption (rt2500usb)
2008-12-05 Ivo van Doornrt2x00: Store retry limit values
2008-11-25 Ivo van Doornrt2x00: Fix TX failure path
2008-11-21 Ivo van Doornrt2x00: Optimize get_duration / get_duration_res
2008-11-21 Ivo van Doornrt2x00: Cleanup TX/RX entry handling
2008-10-31 John Daikerrt2x00: reduce checkpatch.pl errors
2008-10-31 Johannes Bergmac80211/drivers: rewrite the rate control API
2008-10-15 Felix Fietkaurt2x00: fix regression introduced by "mac80211: free...
2008-10-06 Felix Fietkaumac80211: free up 2 bytes in skb->cb
2008-09-15 Johannes Bergmac80211: fix virtual interfaces vs. injection
2008-08-29 Ivo van Doornrt2x00: Initialize txop during conf_tx() callback
2008-08-29 Ivo van Doornrt2x00: Map extra_tx_headroom to DMA
2008-08-29 Ivo van Doornrt2x00: Fix race conditions in flag handling
2008-08-22 Ivo van Doornrt2x00: Implement HW encryption
2008-08-01 Ivo van Doornrt2x00: Sequence counter should be protected in irqsave
2008-07-29 Ivo van Doornrt2x00: Clear queue entry flags during initialization
2008-07-29 Ivo van Doornrt2x00: Fix QOS sequence counting
2008-07-14 Ivo van Doornrt2x00: Reorganize beacon handling
2008-07-14 Ivo van Doornrt2x00: Fix NULL pointer error in adhoc/master mode
2008-07-08 Ivo van Doornrt2x00: Decrease alignment headroom
2008-06-27 Ivo van Doornrt2x00: Remove duplicate deinitialization
2008-06-26 Ivo van Doornrt2x00: Cleanup symbol exports
2008-06-26 Gertjan van Wingerdert2x00: Replace statically allocated DMA buffers with...
2008-06-26 Gertjan van Wingerdert2x00: Centralize allocation of RX skbs.
2008-06-26 Ivo van Doornrt2x00: Use ieee80211 fc handlers
2008-06-14 Harvey Harrisonmac80211: remove ieee80211_get_morefrag
2008-06-14 Gertjan van Wingerdert2x00: Centralize RX packet alignment handling in...
2008-06-14 Ivo van Doornrt2x00: Don't kick TX queue after each frame
2008-06-14 Ivo van Doornrt2x00: Move generic TX frame writing code into rt2x00queue
2008-06-14 Ivo van Doornrt2x00: Fix queue initialization
2008-05-22 Johannes Bergmac80211: move TX info into skb->cb
2008-05-22 Johannes Bergmac80211: use rate index in TX control
2008-05-22 Ivo van Doornrt2x00: Split rt2x00lib_write_tx_desc()
2008-05-22 Gertjan van Wingerdert2x00: Fix queue related oops in case of deselected...
2008-05-07 Ivo van Doornrt2x00: Use rt2x00 queue numbering
2008-03-13 Ivo van Doornrt2x00: Upgrade queue->lock to use irqsave
2008-02-29 Ivo van Doornrt2x00: Fix queue->qid initialization
2008-02-29 Adam Bakerrt2x00: correct address calc for queue private data
2008-02-29 Ivo van Doornrt2x00: Fix queue index handling
2008-02-29 Ivo van Doornrt2x00: Move beacon and atim queue defines into rt2x00
2008-02-29 Ivo van Doornrt2x00: Queue handling overhaul