| Commit message (Expand) | Author | Age | Files | Lines |
* | Call the WMAC DDR flush before handling an interrupt for the | adrian | 2015-07-04 | 1 | -1/+9 |
* | Wake up the hardware before doing anything in sysctl. | adrian | 2015-07-04 | 1 | -48/+231 |
* | Use device_printf() instead of if_printf(). No functional changes. | glebius | 2015-05-29 | 5 | -80/+94 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -10/+9 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | glebius | 2015-05-25 | 1 | -0/+1 |
* | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 3 | -4/+6 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Return the correct HAL data type for HAL_DIAG_ANI_STATS. | adrian | 2015-04-06 | 2 | -20/+10 |
* | Use the HAL API for returning ar5212AniState, rather than just dumping | adrian | 2015-04-01 | 2 | -3/+24 |
* | Start the process of migrating the ANI statistics out of the HALs and into | adrian | 2015-04-01 | 4 | -4/+48 |
* | Move the HAL channel survey support out to be in the top-level HAL, | adrian | 2015-03-29 | 8 | -30/+58 |
* | Add a new field to HAL_ANISTATS - the extension channel busy count. | adrian | 2015-03-29 | 1 | -0/+1 |
* | Fix more ticks wrapping bugs exposed by the ticks wrapping bug check. | adrian | 2015-03-29 | 1 | -3/+3 |
* | Fix a long-standing bug with the early MAC address initialisation path, | adrian | 2015-03-29 | 1 | -1/+5 |
* | Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address. | adrian | 2015-03-28 | 1 | -2/+58 |
* | Lay some groundwork for having this stuff hang off of AHB rather than | adrian | 2015-03-02 | 1 | -3/+16 |
* | Move the lock destruction/creation to earlier in the process - if | adrian | 2015-02-14 | 1 | -15/+20 |
* | Cast everything to something longer than 32 bits so the sample mask | adrian | 2015-01-28 | 1 | -1/+1 |
* | Print out the final_rix if there's a problem. | adrian | 2015-01-28 | 1 | -2/+2 |
* | Add a new HAL capability - required to compile the updated AR9300 | adrian | 2015-01-28 | 1 | -1/+2 |
* | Oops; correctly reload the CCA registers with the uncapped value | adrian | 2015-01-17 | 1 | -1/+2 |
* | Until there's a full MCI implementation - just implement a placeholder | adrian | 2015-01-17 | 1 | -0/+68 |
* | Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs. | adrian | 2015-01-16 | 1 | -0/+12 |
* | Check the right value correctly. | adrian | 2015-01-16 | 1 | -1/+1 |
* | Bump the valid GPIO range for rfkill up from 8 to 16. | adrian | 2014-12-23 | 1 | -1/+9 |
* | Fix the following -Werror warning from clang 3.5.0, while building the | dim | 2014-11-23 | 1 | -1/+7 |
* | Convert the callouts back to using mutexes. | adrian | 2014-11-15 | 1 | -10/+4 |
* | Migrate the callouts from using mutex locks to being mpsafe with | adrian | 2014-11-14 | 1 | -9/+23 |
* | Add a missing file from the last commit. | adrian | 2014-09-30 | 1 | -0/+669 |
* | Add initial support for the AR9485 CUS198 / CUS230 variants. | adrian | 2014-09-30 | 17 | -11/+232 |
* | Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO. | adrian | 2014-09-20 | 3 | -83/+133 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-18 | 3 | -10/+12 |
* | Shut down RX before TX - in theory, this should make the chip less likely | adrian | 2014-08-23 | 2 | -9/+15 |
* | Bump the HAL_REGRANGE fields from 16 bit to 32 bit. | adrian | 2014-08-09 | 2 | -6/+7 |
* | Add two new debug mark entries for chip power configuration. | adrian | 2014-08-09 | 1 | -0/+3 |
* | an isn't used, so eliminate it. | imp | 2014-08-08 | 1 | -2/+0 |
* | Remove ia64. | marcel | 2014-07-07 | 2 | -4/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 3 | -10/+5 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 3 | -5/+10 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 3 | -10/+5 |
* | Add casts to have it compile on amd64 without complaining about | adrian | 2014-05-07 | 1 | -6/+9 |
* | There's no need to be this paranoid - ni is deferenced before this | adrian | 2014-05-07 | 1 | -1/+1 |
* | Modify the RX path to keep the previous RX descriptor around once it's | adrian | 2014-05-06 | 3 | -17/+122 |
* | Wake up the hardware before calling ath_mode_init() in the ioctl() path. | adrian | 2014-05-05 | 1 | -0/+2 |
* | Break out the multicast programming into its own hardware specific | adrian | 2014-05-05 | 1 | -6/+30 |
* | Quieten the RX/TX descriptor and FIFO setup debugging. | adrian | 2014-05-05 | 2 | -14/+21 |
* | Add Atheros AR1111 support to the HAL. | adrian | 2014-05-05 | 1 | -0/+1 |
* | Add tracking for self-generated frames when the VAP is in sleep state. | adrian | 2014-05-02 | 3 | -11/+112 |
* | * Modify the beacon interval in debugging to be ni_intval, not 102400 | adrian | 2014-04-30 | 1 | -13/+17 |