summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-23 16:29:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-23 16:29:35 +0000
commit54f7ceb60928509fd878d8e7c3334631bfd574b4 (patch)
treee5892b6055cf4af1fb1e19ced51e81fa3afa5055
parent29cd197caa0a8d712badfed0144e582b48d7c917 (diff)
downloadmtk-20170518-54f7ceb60928509fd878d8e7c3334631bfd574b4.zip
mtk-20170518-54f7ceb60928509fd878d8e7c3334631bfd574b4.tar.gz
mtk-20170518-54f7ceb60928509fd878d8e7c3334631bfd574b4.tar.bz2
add more ioctl stuff
SVN-Revision: 433
-rw-r--r--openwrt/package/openwrt/include/wlioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openwrt/include/wlioctl.h b/openwrt/package/openwrt/include/wlioctl.h
index d0f633b..cd66877 100644
--- a/openwrt/package/openwrt/include/wlioctl.h
+++ b/openwrt/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 */