diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 16:19:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 16:19:23 +0000 |
commit | eee99ea9c7a0d6577d1bfeb1009c65bab5b46822 (patch) | |
tree | 41586495fbb09d19242f6d395a5ac922fb666f55 /openwrt/target/linux/package/base-files | |
parent | 019be7db1cf47c1e99cf01a7373bc2bac68659df (diff) |
patch nvram library for new nas version (thx to Vincent Bernat)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/base-files')
-rw-r--r-- | openwrt/target/linux/package/base-files/include/wlioctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/base-files/include/wlioctl.h b/openwrt/target/linux/package/base-files/include/wlioctl.h index d5ef11f9e..66783cc44 100644 --- a/openwrt/target/linux/package/base-files/include/wlioctl.h +++ b/openwrt/target/linux/package/base-files/include/wlioctl.h @@ -649,6 +649,9 @@ typedef struct wlc_rev_info { /* maximum length buffer required */ #define WLC_IOCTL_MAXLEN 8192 +/* maximum length buffer required */ +#define WLC_IOCTL_SMLEN 256 + /* common ioctl definitions */ #define WLC_GET_MAGIC 0 #define WLC_GET_VERSION 1 |