aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-01 18:15:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-01 18:15:31 +0000
commit8ca5be3faaaf4ad8ce768dcaa2b8ae55f90d2efb (patch)
tree060d135e63b1c84fcd265b1f915d037b0993379b /package
parent48d39659ee0dbfab99acef781d4a189701880e3c (diff)
downloadmaster-187ad058-8ca5be3faaaf4ad8ce768dcaa2b8ae55f90d2efb.tar.gz
master-187ad058-8ca5be3faaaf4ad8ce768dcaa2b8ae55f90d2efb.tar.bz2
master-187ad058-8ca5be3faaaf4ad8ce768dcaa2b8ae55f90d2efb.zip
add max essid size to wlioctl.h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/openwrt/include/wlioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/include/wlioctl.h b/package/openwrt/include/wlioctl.h
index cd668776d4..6768955e9e 100644
--- a/package/openwrt/include/wlioctl.h
+++ b/package/openwrt/include/wlioctl.h
@@ -28,6 +28,8 @@
#define PACKED
#endif
+#define WLC_ESSID_MAX_SIZE 32
+
#define WL_NUMRATES 255 /* max # of rates in a rateset */
typedef struct wl_rateset {