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 /README | |
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 'README')
| -rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 000000000000..d822dfd54c6e --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This is a public version of the AR9300 HAL, suitable for open source +development. + + +What is this? +------------- + +This is a public version of the QCA mainline (10.x) development HAL. +It has a few notable changes: + +* The boolean types have been converted back to the HAL types + (HAL_BOOL, AH_TRUE / AH_FALSE) to aid integration into the existing + open source Atheros HAL drivers; + +* Some features have been removed from this HAL. + +However, this is essentially the same HAL which is used in QCA development +and forms the basis for public releases from the 10.x mainline. + +Subsequent HAL releases will be committed on top of this release in order +to provide developers with a simple change history they can use when +doing branch merging. + |
