Resync with broadcom drivers 5.100.138.20 and utilities.
[tomato.git] / release / src-rt / include / bcmparams.h
blobc9ed9a32bec4047e586996da509f87dd8350a0df
1 /*
2 * Misc system wide parameters.
4 * Copyright (C) 2010, Broadcom Corporation. All Rights Reserved.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
13 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
16 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 * $Id: bcmparams.h,v 13.4 2005-03-26 22:57:18 Exp $
20 #ifndef _bcmparams_h_
21 #define _bcmparams_h_
23 #define VLAN_MAXVID 15 /* Max. VLAN ID supported/allowed */
25 #define VLAN_NUMPRIS 8 /* # of prio, start from 0 */
27 #define DEV_NUMIFS 16 /* Max. # of devices/interfaces supported */
29 #define WL_MAXBSSCFG 16 /* maximum number of BSS Configs we can configure */
31 #endif