From eee99ea9c7a0d6577d1bfeb1009c65bab5b46822 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 13 Jan 2006 16:19:23 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3