diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 16:19:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-13 16:19:23 +0000 |
commit | 5e220c57cca550851d9e1c9990d2bb9df323a1bb (patch) | |
tree | 321169a1afd7e789ee4f2c66a299578135307daa /target/linux/package/base-files | |
parent | aedfb448b47d0ae314bd2bcff3ee845926654961 (diff) |
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/linux/package/base-files')
-rw-r--r-- | target/linux/package/base-files/include/wlioctl.h | 3 |
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 |