summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break out the ath PCI logic into a separate device/module.adrian2011-03-313-3/+294
* According to ath9k recv.c, one shouldn't be doing self-linked descriptorsadrian2011-03-293-1/+5
* Add in HT protection but disable it by default.adrian2011-03-281-0/+18
* Fix typo.adrian2011-03-271-2/+2
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-272-2/+2
* .. And another missed commit - add the PSPOLL capability.adrian2011-03-261-1/+2
* This was missing from the previous HAL commit - it fixes a typo andadrian2011-03-261-1/+2
* If 802.11n is enabled, bump the number of buffers used up to a largeradrian2011-03-261-0/+8
* Add in the hardware PS-POLL frame reception setting, but leave it disabledadrian2011-03-261-0/+19
* Introduce hardware PS-POLL support in the HAL.adrian2011-03-263-1/+8
* Put these two back to mirror what ath9k does.adrian2011-03-261-2/+2
* Shuffle around the HAL_RX_FILTER bits to be slightly more sensible.adrian2011-03-261-3/+17
* After discussing with Bernhard, the "right" way in net80211 to checkadrian2011-03-252-5/+10
* I broke periodic adc calibrations - so restore them to working order.adrian2011-03-251-5/+5
OpenPOWER on IntegriCloud