aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_tx.c
Commit message (Expand)AuthorAgeFilesLines
* Add in HT protection but disable it by default.Adrian Chadd2011-03-281-0/+18
* Shuffle around the RTS/CTS rate/duration logic.Adrian Chadd2011-02-221-17/+52
* The current code used the fields in ath_set11nratescenario() . Use themAdrian Chadd2011-02-121-2/+2
* Modify the TX path to set and use the 11n rate scenario bits.Adrian Chadd2011-02-031-25/+75
* Refator the common code which calculates the 802.11g protection duration.Adrian Chadd2011-02-011-51/+51
* * Add a rather hacky "does this speak the 11n TX descriptor format"Adrian Chadd2011-02-011-94/+86
* Migrate the TX path code out of if_ath and into a separate source file.Adrian Chadd2011-01-291-0/+1029