summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* (Mostly) teach ath_rate_sample about MCS rates.adrian2011-01-282-94/+246
* Make space for the extended 802.11n MCS rate tables.adrian2011-01-281-1/+1
* Bring in some 802.11n packet duration calculation functions from a mix of Sam...adrian2011-01-282-1/+86
* Initialise the chainmask from the EEPROM rather than the hard-coded defaults.adrian2011-01-271-0/+30
* Add missing getCapability call for AR5416.adrian2011-01-271-4/+4
* Make a note to re-check whether that particular check is needed.adrian2011-01-271-0/+2
* Writing to the analog registers on the AR9220 (Merlin PCI) seems to require a...adrian2011-01-271-0/+9
* Add ar5416RestoreChainMask() which will undo any AR5416 specific chainmaskadrian2011-01-262-0/+15
* Add an AR5416 workaround - force a different bias based on 2.4ghz channel fre...adrian2011-01-262-0/+67
* Break out the chainmask init code into a new function - ar5416InitChainMasks() .adrian2011-01-262-8/+18
* * fix HAL_DEBUG_INTERRUPT to be a separate bit, it was overlapping withadrian2011-01-261-1/+2
* * Re-format the v4k header to be consistentadrian2011-01-251-25/+29
* Bring over a fix from ath9k - zero some of the TX descriptors for Kite/AR9285.adrian2011-01-251-0/+14
* Rename this linux-ism __BIG_ENDIAN_BITFIELD macro to something suitable for F...adrian2011-01-251-3/+3
* Commit updated AR9285 (Kite) v2 initvals from ath9k.adrian2011-01-251-14/+103
* Fix the Atheros V4K EEPROM definitions to match those in ath9k.adrian2011-01-252-23/+38
* Remove an invalid register setup; this is likely a holdover fromadrian2011-01-241-3/+0
* Enable the 11n PHY by default whether or not 11n is configured.adrian2011-01-231-4/+10
* Update the AR9280v2 inivals to match what is in Linux ath9k.adrian2011-01-231-152/+140
* Fix some typos.adrian2011-01-211-3/+3
* Add missing getCapability call for AR5416.adrian2011-01-211-0/+1
* Modify the v14/v4k eeprom diag interface to return the whole eeprom.adrian2011-01-212-4/+4
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.adrian2011-01-2117-31/+111
* ar9280SetAntennaSwitch() was using the AR5416 chainmasks (3 chains)adrian2011-01-201-2/+2
* Only enable 11n modes if the chipset suports 11n.adrian2011-01-201-2/+6
* Include the device ids for the AR2427.adrian2011-01-202-0/+8
* Push the non-AR5416 related stuff into chipset specific directories.adrian2011-01-2013-13/+13
* Add a comment from my local HAL about what is actually going on hereadrian2011-01-201-0/+17
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.adrian2011-01-202-99/+36
* Add in the public method to access the tx completion rates.adrian2011-01-201-0/+2
* Include the initial support for external EEPROMs.adrian2011-01-2013-13/+24
* Port over another EEPROM option from ath9k - AR_EEP_DAC_HPWR_5Gadrian2011-01-203-0/+10
* Add another HAL function which waits for a register for a configurable amount.adrian2011-01-202-2/+10
* Add a new HAL method to retrieve the completion schedule. It setsadrian2011-01-2013-0/+76
* Use the now-exposed diag code, rather than a hard-coded magic number.adrian2011-01-201-1/+1
* Break out the diagnostic codes from ah_internal.h and place them in ah_diagco...adrian2011-01-203-39/+70
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-4/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-6/+6
* Fix indenting/whitespace issues introduced by me.adrian2010-08-151-1/+1
* The comment is misleading - that register setting seems to kick off theadrian2010-08-151-0/+1
* A local addition, not imported from ath9k.adrian2010-08-141-0/+1
* * Merge in AR9160 initval updates from Linux-2.6.34.adrian2010-08-141-9/+11
* Merge in a fix for the power/(gain?) calculation. Apply it to bothadrian2010-08-142-2/+2
* Fix the calibration logic to correctly clamp the calculated coefficient.adrian2010-08-141-1/+1
* Export ath stats via snmp, rather than requiring a debugging interfaceadrian2010-08-141-0/+188
* Add a global counter of missed beacons.adrian2010-08-142-1/+3
* * Fix indentationadrian2010-08-121-1/+2
* Loading the NF CCA values may take longer than expected to occur.adrian2010-08-121-6/+15
* Use ar5212IsNFCalInProgress() to check for NF calibration progress.adrian2010-08-121-1/+1
* Fix indentation.adrian2010-08-121-1/+1
OpenPOWER on IntegriCloud