summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
Commit message (Collapse)AuthorAgeFilesLines
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingsam2009-04-131-15/+15
| | | | | data in the phy tables o correct the ctrl rate indices in the 5212 turbog phy table
* Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:sam2009-02-191-17/+19
| | | | | | | | | o mark phy type to indicate 1/2 or 1/4-rate operation o use phy type instead of channel attributes to identify 1/2 and 1/4-rate operation o general cleanup of code including move phy constants to ah_internal.h Eventually this code should go away and we should use the net0211 equivalents.
* import ath halsam2008-12-011-0/+199
OpenPOWER on IntegriCloud