include: add lookup_phy() op
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
7901e7c69f
commit
d051a0bf7a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue