summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-27 16:59:03 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-10-27 16:59:03 +0100
commitd051a0bf7a5c7fbbef4a842cc881d6444dbc3d9c (patch)
tree1b0f041ecea9c47b56e59c3cf076728ed80036cc /include
parent7901e7c69fc793aa590529afad433ec856baca72 (diff)
downloadiwinfo-d051a0bf7a5c7fbbef4a842cc881d6444dbc3d9c.tar.gz
include: add lookup_phy() op
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'include')
-rw-r--r--include/iwinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 38120e6..57a88e2 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -177,6 +177,7 @@ struct iwinfo_ops {
int (*scanlist)(const char *, char *, int *);
int (*freqlist)(const char *, char *, int *);
int (*countrylist)(const char *, char *, int *);
+ int (*lookup_phy)(const char *, char *);
void (*close)(void);
};