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