summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_tx_ht.c
Commit message (Expand)AuthorAgeFilesLines
* 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