aboutsummaryrefslogtreecommitdiff
path: root/ah_desc.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-11-28 00:48:05 +0000
committerSam Leffler <sam@FreeBSD.org>2008-11-28 00:48:05 +0000
commitd143488650a50f08449767e081e5802c2db96ac7 (patch)
tree3c87ff6bc74e9518416a409cc0f038e1ee07bc51 /ah_desc.h
parent89eac01a28cfd4ef5514266d492c3be9163b5a0b (diff)
downloadsrc-d143488650a50f08449767e081e5802c2db96ac7.tar.gz
src-d143488650a50f08449767e081e5802c2db96ac7.zip
Update to later code from my repository:
o many bug fixes o add new periodic calibration api o break up 5416 periodic calibration code in preparation for 928x o move get noise floor to rf backends o 5416-specific ani (still disabled) o modularize 5210 eeprom format a la other eeprom formats o start cleaning up regdomain code o prepare for proper 1/2 and 1/4 width channel support o bring back 900MHz card support o clean up 5212 rf version handling o add 1/2 and 1/4 width channel support for 5212 parts o split 5212 rfgain handling out o improve ani debugging o add AH_USE_INIPDGAIN compile option o purge a bunch of dead 5212 state o add 1/2 and 1/4 rate modes o remove HAL_CAP_CHAN_HALFRATE and HAL_CAP_CHAN_QUARTERRATE; the same info can now be deduced from the set of supported modes
Notes
Notes: svn path=/projects/ath_hal/; revision=185380
Diffstat (limited to 'ah_desc.h')
-rw-r--r--ah_desc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ah_desc.h b/ah_desc.h
index 50e010ed0389..6cfad061bec2 100644
--- a/ah_desc.h
+++ b/ah_desc.h
@@ -167,7 +167,8 @@ enum {
/*
* Definitions for the software frame/packet descriptors used by
- * the Atheros HAL. Drivers are expected to fillin the
+ * the Atheros HAL. This definition obscures hardware-specific
+ * details from the driver. Drivers are expected to fillin the
* portions of a descriptor that are not opaque then use HAL calls
* to complete the work. Status for completed frames is returned
* in a device-independent format.