summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Disable diversity combining support until I can get a firm answeradrian2011-05-092-7/+13
* Fix a regression I introduced - only swap analog chains if the RX chainmaskadrian2011-05-091-1/+2
* Disable TX STBC - it isn't used for now, but it isn't supported on Kite.adrian2011-05-091-1/+2
* Import some initial Kite fixed diversity code from Atheros.adrian2011-05-094-44/+148
* Remove an un-needed PA cal call here.adrian2011-05-091-2/+0
* Fix the 5ghz fast clock logic.adrian2011-05-082-4/+22
* * Add AR_SREV_KITE macro for later useadrian2011-05-081-1/+2
* These EEPROM bits actually defined whether HT/20 and HT/40 supportadrian2011-05-081-4/+4
* Fiddle with the PLL initialisation order to match ath9k/Atheros HAL.adrian2011-05-081-7/+15
* Properly indent the WAR code i pasted in from ath9k a few monthsadrian2011-05-081-9/+8
* * Add in a comment about ar5416InitUserSettings() potentiallyadrian2011-05-082-1/+9
* Fiddle with the AR5416 1.0 chainmask setup.adrian2011-05-081-7/+27
* Fix the IS_5416 checks to actually work correctly.adrian2011-05-071-3/+3
* Do a HAL capabilities sync pass based on the Atheros HAL.adrian2011-05-079-30/+88
* Update the ext channel cycpwr threshold 1 register for the extensionadrian2011-05-072-0/+13
* Read in the extended regulatory domain flags so future code can use them.adrian2011-05-076-0/+15
* Instead of returning an unknown mac/bb signature, just return 0.adrian2011-05-071-2/+2
* Add some comments about which HAL capabilities are currently FreeBSDadrian2011-05-071-0/+7
* Some BB hang changes:adrian2011-05-072-6/+8
* Change AR_SREV_OWL_{X}_OR_LATER to AR_SREV_5416_{X}_OR_LATER.adrian2011-05-074-25/+18
* Fix the OWL revision checks.adrian2011-05-071-5/+31
* Add a function which enables or disables RX RIFS searching, and migrateadrian2011-05-063-5/+22
* Don't perform NF calibration for radio chains which aren't in use:adrian2011-05-051-4/+12
* Another Howl (AR9130) fix.adrian2011-05-051-1/+1
* 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
OpenPOWER on IntegriCloud