diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2013-04-28 00:45:58 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-04-28 00:45:58 +0000 |
commit | e1f316220bf375804e3bee6a4a7b1e3a68564141 (patch) | |
tree | 76ef5fb364e59adedfa008103c91f00d08984ec8 /hal/ar9300/ar9300_txbf_cal.c |
Initial import of the QCA qcamain_open_hal repository.vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395cevendor/qcamain_open_hal
Source: https://github.com/qca/qcamain_open_hal_public
Revision: 60390a9f9ac6a20db168fbbc01a4ad4e01c395ce
Thankyou to QCA for this release.
Notes
Notes:
svn path=/vendor/qcamain_open_hal/dist/; revision=250003
svn path=/vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395ce/; revision=250005; tag=vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395ce
Diffstat (limited to 'hal/ar9300/ar9300_txbf_cal.c')
-rw-r--r-- | hal/ar9300/ar9300_txbf_cal.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/hal/ar9300/ar9300_txbf_cal.c b/hal/ar9300/ar9300_txbf_cal.c new file mode 100644 index 000000000000..a0756f5d800c --- /dev/null +++ b/hal/ar9300/ar9300_txbf_cal.c @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2013 Qualcomm Atheros, Inc. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#include "opt_ah.h" + +#ifdef AH_SUPPORT_AR9300 + +#include "ah.h" +#include "ah_internal.h" +#include "ar9300reg.h" + +#endif /* AH_SUPPORT_AR9300 */ |