mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30605 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <net/if.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
@@ -39,4 +39,6 @@ void iwinfo_close(void);
|
||||
|
||||
struct iwinfo_hardware_entry * iwinfo_hardware(struct iwinfo_hardware_id *id);
|
||||
|
||||
int iwinfo_hardware_id_from_mtd(struct iwinfo_hardware_id *id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user