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