From deeb5242136d335ba397c140079e178db6e3f26a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Jan 2006 16:19:23 +0000 Subject: patch nvram library for new nas version (thx to Vincent Bernat) SVN-Revision: 2952 --- openwrt/target/linux/package/base-files/include/wlioctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/target/linux/package/base-files/include') 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 -- cgit v1.1