summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fix up the chipset checks for the AR5416 and later silicon.adrian2011-05-051-10/+37
* Import some HOWL (AR9130) related fixes from Atheros.adrian2011-05-052-2/+30
* Remove this useless bit of code for Kite. The RIFS register value is overridenadrian2011-05-041-7/+0
* Cosmetic changes to fit 80 character screen width.adrian2011-04-291-3/+3
* Remove some holdovers from the AR5212 origin of this code.adrian2011-04-291-17/+2
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.adrian2011-04-2817-88/+1348
* Wrap the MIMO stuff in #ifdef AH_SUPPORT_AR5416, as the channeladrian2011-04-251-0/+4
* Break out the PLL setup into an overridable method.adrian2011-04-243-5/+13
* Use the refactored ar5416WriteTxPowerRateRegisters() call in the ar9285 code.adrian2011-04-241-67/+18
* Eliminate code duplication between AR5416/AR9160/AR9280 and AR9285.adrian2011-04-242-70/+113
* Fix a corner-case of interrupt handling which resulted in potentiallyadrian2011-04-232-4/+11
* Fix the merlin LNA configuration code - these are bit flags, not raw values t...adrian2011-04-221-2/+4
* The second regdomain word is a set of bitflags describingadrian2011-04-221-0/+10
* Bring over a pdadc calibration fix from ath9k - unused power detectoradrian2011-04-222-1/+3
* For now, only enable GTT. CST is firing very frequently during local tests;adrian2011-04-181-1/+1
* Add TX carrier sense timeout statistics.adrian2011-04-183-2/+7
* Bump pad, I'm adding more statistics.adrian2011-04-181-1/+1
* Rework the Global TX timeout handling to look more like ath9k.adrian2011-04-182-3/+12
* Add global TX timeout handling.adrian2011-04-187-5/+17
* Mark the PHY as inactive before the chip is reset.adrian2011-04-171-0/+9
* Don't do Kite antenna switch selection this way (for now); antennaadrian2011-04-161-26/+3
* Disable classic-style fast diversity on the AR5416 and later.adrian2011-04-161-0/+2
* Remove some duplicate code from the AR9285 TX power configuration path.adrian2011-04-163-58/+5
* Add in the AR9285 (Kite) diversity to if_ath, enabling TX/RX antennaadrian2011-04-131-0/+6
* Add in the last bit of the HAL support for Kite diversity.adrian2011-04-132-0/+11
* More kite diversity related changes.adrian2011-04-132-1/+14
* Change this to be less noisy.adrian2011-04-131-1/+1
* Bring over the antenna diversity logic support for Kite.adrian2011-04-133-0/+684
* Port over a TX gain fix from ath9k specific to the AR9285 (Kite) and AR9271.adrian2011-04-132-1/+44
* Add new fields to the v4k EEPROM modal header.adrian2011-04-131-1/+5
* Add OS_REG_RMW, which mirrors ath9k's REG_RMW.adrian2011-04-131-0/+2
* Add the initial AR9285 PHY glue for supporting antenna diversity.adrian2011-04-132-0/+144
* De-dup the ar5416 rates array definition.adrian2011-04-113-28/+13
* Fix the completely wrong types I used in the previous commit.adrian2011-04-083-6/+6
* Begin fleshing out a public HAL routine to export the per-chainadrian2011-04-082-0/+78
* Export the per-chain ctl/ext noise floor values, raw and uncut, to theadrian2011-04-083-0/+22
* Extend the RX descriptor block to include two more EVM words.adrian2011-04-081-0/+2
* Add some more OS_MARK probes to the RX DMA setup/teardown code path.adrian2011-04-072-0/+14
* Make the alq log path tunableadrian2011-04-051-1/+5
* The xpaBiasLvlFreq[] fields in the modal header also need swappingadrian2011-04-051-1/+4
* Commit missing bits from the last commit:adrian2011-04-043-1/+6
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-049-12/+31
* At least set the coverage class value here; worry about populating theadrian2011-04-041-0/+1
* I missed committing this last time - it's needed for the 5ghz fast clock calc...adrian2011-04-032-4/+6
* Add in the clock timing calculation when Merlin is using the 5ghz fast clock.adrian2011-04-031-2/+15
* Import a fix from the ath9k - reduce the TX FIFO size for Kite (AR9285.)adrian2011-04-031-1/+9
* Add an explanation of the inivalsadrian2011-04-031-0/+1
* From ath9k - clear the RX descriptor status before recycling it.adrian2011-04-021-0/+5
* Add some more debuggingadrian2011-04-021-0/+8
* Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation foradrian2011-03-312-4/+4
OpenPOWER on IntegriCloud