| 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 | */ |
| 12 | |
| 13 | #ifndef _bcmparams_h_ |
| 14 | #define _bcmparams_h_ |
| 15 | |
| 16 | #define VLAN_MAXVID 15 /* Max. VLAN ID supported/allowed */ |
| 17 | |
| 18 | #define VLAN_NUMPRIS 8 /* # of prio, start from 0 */ |
| 19 | |
| 20 | #define DEV_NUMIFS 16 /* Max. # of devices/interfaces supported */ |
| 21 | |
| 22 | #define WL_MAXBSSCFG 16 /* maximum number of BSS Configs we can configure */ |
| 23 | |
| 24 | #endif |
| 25 | |