rt2x00: Serialize TX operations on a queue.
[linux-flexiantxendom0-natty.git] / drivers / net / wireless / rt2x00 / rt2x00queue.h
2011-09-27 Gertjan van Wingerdert2x00: Serialize TX operations on a queue.
2010-12-13 Ivo van Doornrt2x00: Fix WMM Queue naming
2010-12-13 Ivo van Doornrt2x00: Introduce extra queue entry sanity flag
2010-12-13 Ivo van Doornrt2x00: Protect queue control with mutex
2010-11-15 Ivo van Doornrt2x00: Rename queue->lock to queue->index_lock
2010-11-15 Ivo van Doornrt2x00: Rename rt2x00queue_timeout
2010-11-15 Helmut Schaart2x00: Reduce tx descriptor size
2010-11-15 Helmut Schaart2x00: Sync Tx and RX ring sizes with legacy drivers
2010-08-31 Ivo van Doornrt2x00: Split watchdog check into a DMA and STATUS...
2010-08-31 Helmut Schaart2x00: Rename txentry_desc.queue -> txentry_desc.qid
2010-08-25 Ivo van Doornrt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTO
2010-08-25 Ivo van Doornrt2x00: Move direct access to queue->entries to rt2x00q...
2010-08-16 Ivo van Doornrt2x00: Set MIMO PS flag in tx descriptor for STAs...
2010-08-16 Ivo van Doornrt2x00: Move USB tx/rx done handling to workqueue
2010-07-12 Ivo van Doornrt2x00: Implement watchdog monitoring
2010-06-15 Helmut Schaart2x00: clarify meaning of txdone flags
2010-05-12 Gertjan van Wingerdert2x00: In debugfs frame dumping allow the TX descripto...
2010-05-07 Helmut Schaart2x00: rt2800: use correct txop value in tx descriptor
2010-05-04 Gertjan van Wingerdert2x00: Register frame length in TX entry descriptor...
2010-05-03 John W. Linvillert2x00: remove now unused noise field from struct rxdon...
2009-12-21 Gertjan van Wingerdert2x00: Remove SKBDESC_L2_PADDED flag.
2009-11-19 Johannes Bergmac80211: request TX status where needed
2009-11-11 Gertjan van Wingerdert2x00: Update copyright statements.
2009-08-20 Benoit PAPILLAULTrt2x00: Add support for retry rates
2009-07-24 Luis Correiart2x00: Comment spellchecking
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-01-29 Ivo van Doornrt2x00: Update copyright year to 2009
2009-01-29 Ivo van Doornrt2x00: Introduce RXDONE_SIGNAL_MASK mask
2009-01-29 Ivo van Doornrt2x00: Allow drivers to pass the noise value during...
2009-01-29 Ivo van Doornrt2x00: Remove ENTRY_TXD_OFDM_RATE
2008-12-05 Ivo van Doornrt2x00: Add RXDONE_CRYPTO_IV/ICV flags
2008-12-05 Ivo van Doornrt2x00: Optimize IV/EIV handling
2008-11-25 Ivo van Doornrt2x00: Detect USB BULK in/out endpoints
2008-10-31 Johannes Bergmac80211/drivers: rewrite the rate control API
2008-08-29 Ivo van Doornrt2x00: Add Signal type flag
2008-08-29 Ivo van Doornrt2x00: Initialize txop during conf_tx() callback
2008-08-22 Ivo van Doornrt2x00: Implement HW encryption
2008-08-18 Jochen Friedrichrt2x00: Fix txdone_entry_desc_flags
2008-07-29 Ivo van Doornrt2x00: Fix QOS sequence counting
2008-07-08 Ivo van Doornrt2x00: Report RX end time for rt2400pci
2008-06-26 Ivo van Doornrt2x00: Increase queue size
2008-06-26 Ivo van Doornrt2x00: Cleanup symbol exports
2008-06-26 Gertjan van Wingerdert2x00: Replace statically allocated DMA buffers with...
2008-06-14 Gertjan van Wingerdert2x00: Cleanup struct skb_frame_desc.
2008-06-14 Ivo van Doornrt2x00: Don't kick TX queue after each frame
2008-06-14 Ivo van Doornrt2x00: Implement rt2x00usb_kick_tx_queue()
2008-05-22 Johannes Bergmac80211: use multi-queue master netdevice
2008-05-22 Johannes Bergmac80211: move TX info into skb->cb
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-22 Ivo van Doornrt2x00: Remove ieee80211_tx_control argument from write...
2008-05-22 Ivo van Doornrt2x00: Fix TX status reporting
2008-05-22 Ivo van Doornrt2x00: trim skb_frame_desc to 32 bytes
2008-05-07 Johannes Bergmac80211: QoS related cleanups
2008-05-07 Ivo van Doornrt2x00: Use rt2x00 queue numbering
2008-03-25 Ivo van Doornrt2x00: Add dev_flags to rx descriptor
2008-03-13 Ivo van Doornrt2x00: Fix rt2400pci signal
2008-02-29 Ivo van Doornrt2x00: Don't report driver generated frames to tx_status()
2008-02-29 Ivo van Doornrt2x00: Move beacon and atim queue defines into rt2x00
2008-02-29 Ivo van Doornrt2x00: Add per-interface structure
2008-02-29 Ivo van Doornrt2x00: Queue handling overhaul