From d051a0bf7a5c7fbbef4a842cc881d6444dbc3d9c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 27 Oct 2014 16:59:03 +0100 Subject: [PATCH] include: add lookup_phy() op Signed-off-by: Jo-Philipp Wich --- include/iwinfo.h | 1 + 1 file changed, 1 insertion(+) 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); }; -- 2.11.0