aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15rt2x00: clarify meaning of txdone flagsHelmut Schaa1-1/+8
2010-05-12rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde1-0/+3
2010-05-07rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa1-0/+2
2010-05-04rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde1-2/+2
2010-05-03rt2x00: remove now unused noise field from struct rxdone_entry_descJohn W. Linville1-2/+0
2009-12-21rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde1-4/+1
2009-11-19mac80211: request TX status where neededJohannes Berg1-1/+4
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+1
2009-08-20rt2x00: Add support for retry ratesBenoit PAPILLAULT1-0/+2
2009-07-24rt2x00: Comment spellcheckingLuis Correia1-5/+5
2009-05-06rt2x00: Implement support for 802.11nIvo van Doorn1-9/+30
2009-05-06rt2x00: Add support for L2 padding during TX/RXIvo van Doorn1-2/+12
2009-05-06rt2x00: Move iv_len into tx descriptor dataIvo van Doorn1-0/+2
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29rt2x00: Introduce RXDONE_SIGNAL_MASK maskIvo van Doorn1-0/+8
2009-01-29rt2x00: Allow drivers to pass the noise value during rxdoneIvo van Doorn1-0/+2
2009-01-29rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn1-2/+3
2008-12-05rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn1-0/+4
2008-12-05rt2x00: Optimize IV/EIV handlingIvo van Doorn1-8/+4
2008-11-25rt2x00: Detect USB BULK in/out endpointsIvo van Doorn1-2/+20
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-2/+7
2008-08-29rt2x00: Add Signal type flagIvo van Doorn1-3/+4
2008-08-29rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn1-0/+2
2008-08-22rt2x00: Implement HW encryptionIvo van Doorn1-7/+66
2008-08-18rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich1-4/+4
2008-07-29rt2x00: Fix QOS sequence countingIvo van Doorn1-0/+2
2008-07-08rt2x00: Report RX end time for rt2400pciIvo van Doorn1-0/+2
2008-06-26rt2x00: Increase queue sizeIvo van Doorn1-7/+10
2008-06-26rt2x00: Cleanup symbol exportsIvo van Doorn1-0/+2
2008-06-26rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde1-7/+9
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde1-4/+1
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn1-5/+14
2008-06-14rt2x00: Implement rt2x00usb_kick_tx_queue()Ivo van Doorn1-0/+3
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-13/+0
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-6/+9
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn1-0/+2
2008-05-21rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue feature.Gertjan van Wingerde1-1/+1
2008-05-21rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn1-4/+10
2008-05-21rt2x00: Fix TX status reportingIvo van Doorn1-2/+18
2008-05-21rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn1-5/+2
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-5/+2
2008-05-07rt2x00: Use rt2x00 queue numberingIvo van Doorn1-14/+26
2008-03-25rt2x00: Add dev_flags to rx descriptorIvo van Doorn1-7/+15
2008-03-13rt2x00: Fix rt2400pci signalIvo van Doorn1-0/+3
2008-02-29rt2x00: Don't report driver generated frames to tx_status()Ivo van Doorn1-1/+11
2008-02-29rt2x00: Move beacon and atim queue defines into rt2x00Ivo van Doorn1-0/+15
2008-02-29rt2x00: Add per-interface structureIvo van Doorn1-3/+0
2008-02-29rt2x00: Queue handling overhaulIvo van Doorn1-0/+435