From 5e220c57cca550851d9e1c9990d2bb9df323a1bb 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/openwrt@2952 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/base-files/include/wlioctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/package/base-files') diff --git a/target/linux/package/base-files/include/wlioctl.h b/target/linux/package/base-files/include/wlioctl.h index d5ef11f9e..66783cc44 100644 --- a/target/linux/package/base-files/include/wlioctl.h +++ b/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