diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-01 13:47:19 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-01 13:47:19 +0000 |
commit | ccd2cd2a4d5a5665cac2a35606a37ee193f8f29a (patch) | |
tree | e251d7fb6fdf14fb4ede33780e14d2ee536510ff /package/openwrt/include/wlioctl.h | |
parent | a7664bf192678ea5f7712a47a421f1ec34519283 (diff) |
will be removed as soon as we have another solution, seems to be compatible with wl 3.9 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1128 3c298f89-4303-0410-b956-a3cf2f4a3e73
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_ */ |