diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-13 16:19:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-13 16:19:23 +0000 |
commit | deeb5242136d335ba397c140079e178db6e3f26a (patch) | |
tree | 0e6bf8068e1d884c035c9e611e16c3053c135399 /openwrt/target/linux/package/base-files | |
parent | 1c30b35c63dede5f127fbf92272affbbf38b329d (diff) | |
download | mtk-20170518-deeb5242136d335ba397c140079e178db6e3f26a.zip mtk-20170518-deeb5242136d335ba397c140079e178db6e3f26a.tar.gz mtk-20170518-deeb5242136d335ba397c140079e178db6e3f26a.tar.bz2 |
patch nvram library for new nas version (thx to Vincent Bernat)
SVN-Revision: 2952
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 d5ef11f..66783cc 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 |