aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-13 16:19:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-13 16:19:23 +0000
commit7fd7f391fe97670326d304928a192cd62c56d765 (patch)
tree321169a1afd7e789ee4f2c66a299578135307daa /target
parent48d29a37fe0de98380711acb1bea7bd074a69068 (diff)
downloadmaster-187ad058-7fd7f391fe97670326d304928a192cd62c56d765.tar.gz
master-187ad058-7fd7f391fe97670326d304928a192cd62c56d765.tar.bz2
master-187ad058-7fd7f391fe97670326d304928a192cd62c56d765.zip
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/base-files/include/wlioctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/package/base-files/include/wlioctl.h b/target/linux/package/base-files/include/wlioctl.h
index d5ef11f9ed..66783cc44d 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