summaryrefslogtreecommitdiffstats
path: root/package/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-23 16:29:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-23 16:29:35 +0000
commit4b46f20f04592ab50af06213285f39c0d518b77b (patch)
tree18b264e67a4c4c5fadd72810b98a8d0d71675c4a /package/openwrt
parentf38b3364e09900f0f1787b77e9009dc9013f3970 (diff)
add more ioctl stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt')
-rw-r--r--package/openwrt/include/wlioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openwrt/include/wlioctl.h b/package/openwrt/include/wlioctl.h
index d0f633b79..cd668776d 100644
--- a/package/openwrt/include/wlioctl.h
+++ b/package/openwrt/include/wlioctl.h
@@ -212,7 +212,7 @@ typedef struct wl_rm_rep {
#define WLC_MAX_IV_SIZE 16 /* max size of any IV */
#define WLC_EXT_IV_FLAG (1<<5) /* flag to indicate IV is > 4 bytes */
#define WLC_MAX_DEFAULT_KEYS 4 /* # of default WEP keys */
-#define WLC_MAX_KEYS 16 /* # of WEP keys */
+#define WLC_MAX_KEYS 54 /* Max # of WEP keys */
#define WLC_WEP1_KEY_SIZE 5 /* max size of any WEP key */
#define WLC_WEP1_KEY_HEX_SIZE 10 /* size of WEP key in hex. */
#define WLC_WEP128_KEY_SIZE 13 /* max size of any WEP key */