1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 20:11:30 +03:00
openwrt-xburst/package/broadcom-57xx/src/bcmparams.h
nbd 796a9d1091 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00

25 lines
728 B
C

/*
* 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.
*/
#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