(6/6) bcm57xx: package
[openwrt-10.03/.git] / package / broadcom-57xx / src / bcmparams.h
diff --git a/package/broadcom-57xx/src/bcmparams.h b/package/broadcom-57xx/src/bcmparams.h
new file mode 100644 (file)
index 0000000..9445d1b
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * Misc system wide parameters.
+ *
+ * Copyright 2007, Broadcom Corporation
+ * All Rights Reserved.
+ * 
+ * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
+ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
+ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
+ * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
+ * $Id: bcmparams.h,v 1.1.1.5 2007/05/31 08:00:41 michael Exp $
+ */
+
+#ifndef        _bcmparams_h_
+#define        _bcmparams_h_
+
+#define VLAN_MAXVID    15      /* Max. VLAN ID supported/allowed */
+
+#define VLAN_NUMPRIS   8       /* # of prio, start from 0 */
+
+#define DEV_NUMIFS     16      /* Max. # of devices/interfaces supported */
+
+#define WL_MAXBSSCFG   16      /* maximum number of BSS Configs we can configure */
+
+#endif