diff options
Diffstat (limited to 'package/openwrt/include/wlioctl.h')
-rw-r--r-- | package/openwrt/include/wlioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/include/wlioctl.h b/package/openwrt/include/wlioctl.h index 84b6272e49..d5ef11f9ed 100644 --- a/package/openwrt/include/wlioctl.h +++ b/package/openwrt/include/wlioctl.h @@ -1087,6 +1087,8 @@ typedef struct wlc_rev_info { #define ABO_OFF 0 /* force afterburner off */ #define ABO_ON 1 /* force afterburner on */ +#define GMODE_AFTERBURNER 6 + #undef PACKED #endif /* _wlioctl_h_ */ |