projects
/
oweals
/
iwinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7901e7c
)
include: add lookup_phy() op
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 27 Oct 2014 15:59:03 +0000
(16:59 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 27 Oct 2014 15:59:03 +0000
(16:59 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
include/iwinfo.h
patch
|
blob
|
history
diff --git
a/include/iwinfo.h
b/include/iwinfo.h
index 38120e66deb27c1c964abe0507666f3ceedb8171..57a88e27b2b555168a3c59a810edb5801591fd11 100644
(file)
--- 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);
};