9445d1b0f380f4cf5d8fa53d035652bc39b44ae6
[openwrt/svn-archive/archive.git] / package / broadcom-57xx / src / bcmparams.h
1 /*
2 * Misc system wide parameters.
3 *
4 * Copyright 2007, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11 * $Id: bcmparams.h,v 1.1.1.5 2007/05/31 08:00:41 michael Exp $
12 */
13
14 #ifndef _bcmparams_h_
15 #define _bcmparams_h_
16
17 #define VLAN_MAXVID 15 /* Max. VLAN ID supported/allowed */
18
19 #define VLAN_NUMPRIS 8 /* # of prio, start from 0 */
20
21 #define DEV_NUMIFS 16 /* Max. # of devices/interfaces supported */
22
23 #define WL_MAXBSSCFG 16 /* maximum number of BSS Configs we can configure */
24
25 #endif