mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| autogen.sh | ||
| configure.ac | ||
| Makefile.am | ||
| README | ||
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"