aboutsummaryrefslogtreecommitdiffstats
path: root/package/iwinfo/src/iwinfo_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* iwinfo: add hw info support for Rt3xxx SoCsJo-Philipp Wich2012-08-151-1/+22
| | | | | | | | | | | This takes the device_id and subsystem_id from the EEPROM, I'll add the info for other Rt3xxx chips in the next days. [jow: minor whitespace changes] Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33199
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-231-1/+104
| | | | SVN-Revision: 30691
* iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
| | | | SVN-Revision: 30678
* iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write ↵Jo-Philipp Wich2012-02-201-1/+1
| | | | | | access in mmap() SVN-Revision: 30664
* iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2Jo-Philipp Wich2012-02-201-1/+12
| | | | SVN-Revision: 30663
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the ↵Jo-Philipp Wich2012-02-171-0/+60
| | | | | | NanoStation 2 SVN-Revision: 30605
* iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-041-0/+26
| | | | SVN-Revision: 29421
* add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-031-0/+126
SVN-Revision: 29403