QCA swiss army knife
Find a file
Luis R. Rodriguez b14f751cfd qca-swiss-army-knife: halregdump: add original HAL -> CRDA dump code
This adds the code used to do the final work for the Atheros HAL regulatory
dump to a CRDA db.txt. The Atheros HAL regulatory code was the only source
of information we had at that time for regulatory information.

This code is the final resulting work of the changes made to Atheros
HAL code to extract regulatory information using a new format for CRDA.
The hal-reg-dump tool was used to scrape the Atheros HAL for regulatory
informationa and extract it in a legible form.

Putting this on a public tree for historical purposes, the code itself
diverges quite a bit from what was merged on ath9k on 2.6.27 since this
code was written prior that merge effort.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
2012-05-25 12:46:40 -07:00
tools qca-swiss-army-knife: halregdump: add original HAL -> CRDA dump code 2012-05-25 12:46:40 -07:00
.gitignore Add a .gitignore file 2010-07-08 10:44:26 -07:00
LICENSE qca-swiss-army-knife: add tools directory for initvals 2012-05-25 12:37:52 -07:00
README qca-swiss-army-knife: halregdump: add original HAL -> CRDA dump code 2012-05-25 12:46:40 -07:00

qca-swiss-army-knife
====================

This is the qca-swiss-army-knife, which hosts a set of utilities that we use
to debug / help with our driver development.

Documentation:

https://github.com/mcgrof/qca-swiss-army-knife/wiki

Tools and their respective documentation:

  * halregdump: To be determined
  * initvals: http://wireless.kernel.org/en/users/Drivers/ath9k_hw/initvals-tool
  * scripts: To be determined

License
=======

All this code is licensed under the ISC, for details see the LICENSE file.
We still however may allow for some GPL files, given that some work may rely
on some GPL code in the future. Eeither way, to help with different licenses
we follow the usage of the Singed-off-by tag as described below to allow us
to keep files with their own licenses.

Contributions
=============

Contributions to compat follow the same mechanisms as used in the Linux kernel,
this means you should provide as Singed-off-by tag as documented on the
Developer's Certificate of Origin 1.1.

http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html

Submitting patches
==================

qca-swiss-army-knife contributions follow the contribution model implemented by
the Linux kernel. Patches or pull requests for qca-swiss-army-knife must
be signed-offed. If you don't sign off on them they will not accepted.
This means adding a line that says "Signed-off-by: Name email" at the end of
each commit, indicating that you wrote the code and have the right to pass it
on as an open source patch. For exact definition of what the Signed-off-by tag
is you can read the definition of the "Developer's Certificate of Origin 1.1",
which you can read here:

http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html

You can send patches as follows, with an example subject provided:

To: qca-linux-team@qualcomm.com
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH qca-swiss-army-knife: initvals: add foobar