ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x...
[openwrt.git] / package / iwinfo / src / include / iwinfo.h
index 86bf8b1..198d57c 100644 (file)
@@ -120,7 +120,9 @@ extern const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES[];
 struct iwinfo_ops {
        int (*channel)(const char *, int *);
        int (*frequency)(const char *, int *);
+       int (*frequency_offset)(const char *, int *);
        int (*txpower)(const char *, int *);
+       int (*txpower_offset)(const char *, int *);
        int (*bitrate)(const char *, int *);
        int (*signal)(const char *, int *);
        int (*noise)(const char *, int *);
This page took 0.023694 seconds and 4 git commands to generate.