aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-3/+4
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Fix kernel build, broken in r290612Renato Botelho2015-11-091-1/+1
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-091-1/+3
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-291-1/+2
* Fix the following -Werror warning from clang 3.5.0, while building theDimitry Andric2014-11-231-1/+7
* After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd2012-04-281-0/+3
* Stop using the hardware register value byte order swapping for now,Adrian Chadd2012-04-191-4/+3
* Save and restore the association ID across interface resets.Adrian Chadd2011-10-251-2/+3
* Port over some missing code from the ar5212 reference driver reset path.Adrian Chadd2011-10-181-2/+145
* The Atheros AR71xx CPUs, when paired with the AR5212 parts, has a bugWarner Losh2010-05-011-0/+8
* Add PCIE power control api:Sam Leffler2009-02-241-1/+1
* improve IQ cal debug msgs; in particular don't scare people by screamingSam Leffler2009-02-051-13/+7
* fill in ar5212ResetCalValid; reset the IQ valid flag on the channelSam Leffler2009-02-051-1/+10
* styleSam Leffler2009-02-051-1/+2
* replace r/w idiom with OS_REG_SET_BIT (to match other code)Sam Leffler2009-02-051-3/+2
* restore variable initialization removed in r187831; this brokeSam Leffler2009-02-021-1/+1
* Overhaul regulatory support:Sam Leffler2009-01-281-306/+280
* fix return status handling by ar5XXXReset; this is the reason theSam Leffler2009-01-231-2/+2
* import ath halSam Leffler2008-12-011-0/+2659