summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_tx_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Implement my first cut at "correct" node power-save andadrian2013-05-151-2/+7
* Update the rate series setup code to use the decisions already made inadrian2013-04-171-45/+29
* Oops - fix an incorrect test.adrian2013-02-281-1/+1
* Don't enable the HT flags for legacy rates.adrian2013-02-281-44/+64
* Enable STBC for the given rate series if it's negotiated:adrian2013-02-271-5/+18
* Part #2 of the TX chainmask changes:adrian2013-02-251-8/+9
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-211-0/+7
* Add a new option to limit the maximum size of aggregates.adrian2013-02-211-1/+18
* Fix a corner case that I noticed with the AR5416 (and it's currentlyadrian2013-02-081-10/+7
* Delete the per-TXQ locks and replace them with a single TX lock.adrian2012-12-021-1/+1
* For AR9380 NICs - the non-enterprise versions don't support RTS protectionadrian2012-11-031-2/+10
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingadrian2012-10-071-2/+2
* Correctly mask out the RTS/CTS flags when forming aggregates.adrian2012-09-081-1/+1
* Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate controladrian2012-07-311-24/+0
* Introduce a couple more fields in the rate scenario setup as part ofadrian2012-07-271-0/+2
* Revert this; it wasn't supposed to be part of this commit.adrian2012-07-231-2/+0
* Begin separating out the TX DMA setup in preparation for TX EDMA support.adrian2012-07-231-0/+2
* A few nitpicks:adrian2012-06-161-14/+35
* Remove a duplicate definition.adrian2012-06-131-2/+0
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.adrian2012-06-111-64/+1
* As I thought, this is a bad idea. When forming aggregates, the RTS/CTSadrian2012-04-071-11/+7
* Enforce the RTS aggregation limit if RTS/CTS protection is enabled;adrian2012-04-071-14/+32
* Remove duplicate txflags field from ath_buf.adrian2012-04-071-5/+5
* Use the assigned sequence number when checking if a retried packet isadrian2012-03-261-2/+20
* Delay sequence number allocation for A-MPDU until just before the frameadrian2012-03-201-11/+54
* Introduce TX aggregation and software TX queue managementadrian2011-11-081-12/+604
* Enable setting the short-GI bit when TX'ing HT rates but only if theadrian2011-05-301-6/+14
* After discussing with Bernhard, the "right" way in net80211 to checkadrian2011-03-251-2/+7
* Re-disable the setting of 2040/shortgi bits for now.adrian2011-03-251-1/+2
* Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...adrian2011-03-241-2/+0
* Clean up setting the short preamble bit in the rate - this way itadrian2011-03-221-3/+2
* The number of streams is not based on the interface stream count, but theadrian2011-03-131-2/+4
* Disable trying to do HT/40 and short-GI TX.adrian2011-03-031-1/+3
* Don't set the RTS/CTS enable bit per-scenario if the global RTS/CTSadrian2011-02-221-8/+8
* * Don't setup the scenario if the try count is 0adrian2011-02-221-0/+18
* Implement setting the short preamble bit if it's needed for the current node.adrian2011-02-211-6/+6
* Just be double-sure short-gi isn't being enabled in 20mhz mode.adrian2011-02-171-2/+7
* This should be TX stream, not RX stream.adrian2011-02-131-1/+1
* The current code used the fields in ath_set11nratescenario() . Use themadrian2011-02-121-2/+3
* .. how'd this compile before I commit it and then not now?adrian2011-02-111-1/+1
* The last parameter to ath_computedur_ht() is short-GI, not short-preamble.adrian2011-02-111-1/+1
* Include some preliminary TX HT rate scenario setup code.adrian2011-02-011-0/+204
OpenPOWER on IntegriCloud