qca-swiss-army-knife/tools/edump
Rajkumar Manoharan 4f5fcc81e5 qca-swiss-army-knife: Add support to dump AR9003 chips EEPROM
Add support to dump base and modal eeprom header of AR9003 family
chips.

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
2012-12-05 10:38:17 -08:00
..
src qca-swiss-army-knife: Add support to dump AR9003 chips EEPROM 2012-12-05 10:38:17 -08:00
autogen.sh qca-swiss-army-knife: Add a tool to dump EEPROM 2012-07-23 11:03:12 -07:00
configure.ac qca-swiss-army-knife: Add a tool to dump EEPROM 2012-07-23 11:03:12 -07:00
Makefile.am qca-swiss-army-knife: Add a tool to dump EEPROM 2012-07-23 11:03:12 -07:00
README qca-swiss-army-knife: Add a tool to dump EEPROM 2012-07-23 11:03:12 -07:00

This is a tool to dump the eeprom contents of WLAN chips supported by ath9k.

Requirements
------------

libpcicaccess (http://cgit.freedesktop.org/xorg/lib/libpciaccess/)

Installation
------------

./autogen.sh
./configure
make
make install

Usage
-----

To dump everything:       "edump" or "edump -a"
To dump the base header:  "edump -b"
To dump the modal header: "edump -m"

Help
----

"edump --help"

Bugs
----

Report them to "ath9k-devel@qualcomm.com"