summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the PHY radar error frames if sc_dodfs is set.adrian2012-01-111-0/+7
* style(9) changes. This shouldn't change functionality.adrian2012-01-111-35/+73
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,adrian2012-01-072-0/+6
* Commit a temporary workaround for people who are building kernelsadrian2012-01-071-0/+11
* If frames are dumped out of the queue, let's at least see what they are.adrian2012-01-011-0/+6
* Reapply r228785 now it has been tested by Adrian. Also add commentsdim2011-12-302-6/+28
* AR5416 has 14 GPIO pins, from 0->13.adrian2011-12-261-1/+1
* Since the only thing with a mux is the AR5416 and later, and we're nowadrian2011-12-261-1/+1
* Flesh out configurable hardware based LED blinking.adrian2011-12-264-3/+79
* Setup the initial LED state on attach and resume.adrian2011-12-261-1/+6
* Update the hardware LED blinking code to do something useful rather thanadrian2011-12-261-19/+14
* Refactor out the software LED config code into a common function, calledadrian2011-12-264-18/+26
* First pass of LED related code changes.adrian2011-12-263-44/+191
* Do a quick style(9) pass of some of the code introduced with 802.11nadrian2011-12-261-12/+17
* Disable the code which hard-sets the LEDs on. This prevents the LEDadrian2011-12-231-0/+13
* Port over some more GPIO fixes from the atheros reference HAL.adrian2011-12-231-7/+28
* Port over some GPIO and LED fixes.adrian2011-12-231-3/+5
* Remove unused #define's.adrian2011-12-231-2/+0
* Rework this ugly mess that tries to handle reset serialisation.adrian2011-12-231-9/+70
* Make some more of the 11n specific code conditional.adrian2011-12-231-0/+4
* Add a temporary debugging statement in order to try and identify what'sadrian2011-12-231-0/+29
* Use the correct types when calling the decompression mask function.adrian2011-12-222-2/+2
* Revert r228786. We'll need to work around the warnings in another way.dim2011-12-222-2/+2
* Revert r228785. We'll need to work around the warnings in another way.dim2011-12-222-6/+6
* Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.cdim2011-12-212-2/+2
* Fix shift overflow problem in sys/dev/ath/ath_hal/ar5210/ar5210_power.cdim2011-12-212-6/+6
* Fix some net80211 enum nits:bschmidt2011-12-171-8/+9
* Add the 11n chipset RF frontends to the linker set, even though they're notadrian2011-12-154-0/+32
* Print out the radio RF version at startup, so I can better see whichadrian2011-12-151-0/+2
* Use the correct RF version probe routine.adrian2011-12-151-1/+1
* Re-lock the ath lock after ath_reset() has been called.adrian2011-11-231-0/+1
* Flesh out the TX aggregation completion statistics.adrian2011-11-233-5/+16
* Use the correct lock when calling msleep().adrian2011-11-211-1/+1
* Fix some whitespace pollution.adrian2011-11-211-3/+1
* Add some (totally untested!) code to correctly set the RF half/quarteradrian2011-11-191-0/+14
* Begin breaking apart the receive setup/stop path in preparation for moreadrian2011-11-191-20/+20
* Flesh out some slightly dirty reset/channel change serialisation codeadrian2011-11-183-29/+383
* Disable writing to the extension CYCPWR1 register.adrian2011-11-122-11/+0
* Correct device id comments.adrian2011-11-111-2/+2
* Bump this up to where it used to be.adrian2011-11-091-9/+1
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.adrian2011-11-097-1/+70
* Commit a missing fix - the AR_SREV_KIWI_10_OR_LATER() check.adrian2011-11-091-4/+8
* Even though the HAL doesn't currently support Kiwi 1.0/1.1,adrian2011-11-091-1/+1
* If software retransmit occurs with an ath_buf marked ATH_BUF_BUSY,adrian2011-11-091-3/+58
* * Force the MAC to wakeup before we try resetting it, to ensureadrian2011-11-091-1/+17
* Tidy up the AR9287 HAL a tiny bit - fix up AR9280 references.adrian2011-11-091-9/+2
* Migrate the AR5416 ANI code to use the previously introduced methodadrian2011-11-091-12/+19
* Disable OFDM weak signal detection by default. Leave this to beadrian2011-11-091-1/+1
* Use a restricted set of parameters when operating in hostap mode.adrian2011-11-091-0/+10
* Add logic to ANI to tweak the firstep parameter when in hostap mode.adrian2011-11-091-0/+25
OpenPOWER on IntegriCloud