1 /* 2 * Copyright (c) 2010 Broadcom Corporation 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 */ 16 17 #ifndef _BRCM_HW_IDS_H_ 18 #define _BRCM_HW_IDS_H_ 19 20 #define BCM4313_D11N2G_ID 0x4727 /* 4313 802.11n 2.4G device */ 21 22 #define BCM43224_D11N_ID 0x4353 /* 43224 802.11n dualband device */ 23 #define BCM43224_D11N_ID_VEN1 0x0576 /* Vendor specific 43224 802.11n db */ 24 25 #define BCM43225_D11N2G_ID 0x4357 /* 43225 802.11n 2.4GHz device */ 26 27 #define BCM43236_D11N_ID 0x4346 /* 43236 802.11n dualband device */ 28 #define BCM43236_D11N2G_ID 0x4347 /* 43236 802.11n 2.4GHz device */ 29 30 /* Chipcommon Core Chip IDs */ 31 #define BCM4313_CHIP_ID 0x4313 32 #define BCM43143_CHIP_ID 43143 33 #define BCM43224_CHIP_ID 43224 34 #define BCM43225_CHIP_ID 43225 35 #define BCM43235_CHIP_ID 43235 36 #define BCM43236_CHIP_ID 43236 37 #define BCM43238_CHIP_ID 43238 38 #define BCM43241_CHIP_ID 0x4324 39 #define BCM4329_CHIP_ID 0x4329 40 #define BCM4330_CHIP_ID 0x4330 41 #define BCM4331_CHIP_ID 0x4331 42 #define BCM4334_CHIP_ID 0x4334 43 #define BCM4335_CHIP_ID 0x4335 44 45 #endif /* _BRCM_HW_IDS_H_ */ 46