aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
...
* Move the lock destruction/creation to earlier in the process - ifAdrian Chadd2015-02-141-15/+20
* Cast everything to something longer than 32 bits so the sample maskAdrian Chadd2015-01-281-1/+1
* Print out the final_rix if there's a problem.Adrian Chadd2015-01-281-2/+2
* Add a new HAL capability - required to compile the updated AR9300Adrian Chadd2015-01-281-1/+2
* Oops; correctly reload the CCA registers with the uncapped valueAdrian Chadd2015-01-171-1/+2
* Until there's a full MCI implementation - just implement a placeholderAdrian Chadd2015-01-171-0/+68
* Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs.Adrian Chadd2015-01-161-0/+12
* Check the right value correctly.Adrian Chadd2015-01-161-1/+1
* Bump the valid GPIO range for rfkill up from 8 to 16.Adrian Chadd2014-12-231-1/+9
* Fix the following -Werror warning from clang 3.5.0, while building theDimitry Andric2014-11-231-1/+7
* Convert the callouts back to using mutexes.Adrian Chadd2014-11-151-10/+4
* Migrate the callouts from using mutex locks to being mpsafe withAdrian Chadd2014-11-141-9/+23
* Add a missing file from the last commit.Adrian Chadd2014-09-301-0/+669
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-3017-11/+232
* Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO.Adrian Chadd2014-09-203-83/+133
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-183-10/+12
* Shut down RX before TX - in theory, this should make the chip less likelyAdrian Chadd2014-08-232-9/+15
* Bump the HAL_REGRANGE fields from 16 bit to 32 bit.Adrian Chadd2014-08-092-6/+7
* Add two new debug mark entries for chip power configuration.Adrian Chadd2014-08-091-0/+3
* an isn't used, so eliminate it.Warner Losh2014-08-081-2/+0
* Remove ia64.Marcel Moolenaar2014-07-072-4/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-10/+5
* Revert r267961, r267973:Glen Barber2014-06-273-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-10/+5
* Add casts to have it compile on amd64 without complaining aboutAdrian Chadd2014-05-071-6/+9
* There's no need to be this paranoid - ni is deferenced before thisAdrian Chadd2014-05-071-1/+1
* Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd2014-05-063-17/+122
* Wake up the hardware before calling ath_mode_init() in the ioctl() path.Adrian Chadd2014-05-051-0/+2
* Break out the multicast programming into its own hardware specificAdrian Chadd2014-05-051-6/+30
* Quieten the RX/TX descriptor and FIFO setup debugging.Adrian Chadd2014-05-052-14/+21
* Add Atheros AR1111 support to the HAL.Adrian Chadd2014-05-051-0/+1
* Add tracking for self-generated frames when the VAP is in sleep state.Adrian Chadd2014-05-023-11/+112
* * Modify the beacon interval in debugging to be ni_intval, not 102400Adrian Chadd2014-04-301-13/+17
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-3012-73/+787
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-304-12/+27
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsAdrian Chadd2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromAdrian Chadd2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!Adrian Chadd2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedAdrian Chadd2014-04-271-0/+3
* Fix the AR5211 power mode tracking stuff.Adrian Chadd2014-04-241-2/+4
* Fix the AR5210 HAL code to store the association ID and restore itAdrian Chadd2014-04-243-0/+7
* Fix ah_powerMode to be set at the correct place for the AR5210.Adrian Chadd2014-04-241-2/+4
* Wrap the rate control re-init code in a lock, to serialise it withAdrian Chadd2014-04-231-0/+2
* Rewrite the cleanup code to, well, actually work right.Adrian Chadd2014-04-211-45/+125
* * Modify the debugging output from pause/resume to note the TID and STAAdrian Chadd2014-04-211-7/+16
* Make sure bf_next is NULL'ed out when we're completing up an aggregateAdrian Chadd2014-04-211-2/+3
* Fix a cleanup hang if cleanup gets called _during_ an active cleanup.Adrian Chadd2014-04-211-8/+28
* Add a function to check whether the given register can be accessed whilstAdrian Chadd2014-04-091-4/+26
* Add some debugging and forcing of the BAW to match what the currentAdrian Chadd2014-04-081-16/+44