From: Jo-Philipp Wich <jow@openwrt.org>
Date: Mon, 27 Oct 2014 15:59:03 +0000 (+0100)
Subject: include: add lookup_phy() op
X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d051a0bf7a5c7fbbef4a842cc881d6444dbc3d9c;p=project%2Fiwinfo.git

include: add lookup_phy() op

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
---

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);
 };