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 BCM4325_D11DUAL_ID 0x431b 21 #define BCM4325_D11G_ID 0x431c 22 #define BCM4325_D11A_ID 0x431d 23 24 #define BCM4329_D11N2G_ID 0x432f /* 4329 802.11n 2.4G device */ 25 #define BCM4329_D11N5G_ID 0x4330 /* 4329 802.11n 5G device */ 26 #define BCM4329_D11NDUAL_ID 0x432e 27 28 #define BCM4319_D11N_ID 0x4337 /* 4319 802.11n dualband device */ 29 #define BCM4319_D11N2G_ID 0x4338 /* 4319 802.11n 2.4G device */ 30 #define BCM4319_D11N5G_ID 0x4339 /* 4319 802.11n 5G device */ 31 32 #define BCM43224_D11N_ID 0x4353 /* 43224 802.11n dualband device */ 33 #define BCM43224_D11N_ID_VEN1 0x0576 /* Vendor specific 43224 802.11n db */ 34 35 #define BCM43225_D11N2G_ID 0x4357 /* 43225 802.11n 2.4GHz device */ 36 37 #define BCM43236_D11N_ID 0x4346 /* 43236 802.11n dualband device */ 38 #define BCM43236_D11N2G_ID 0x4347 /* 43236 802.11n 2.4GHz device */ 39 40 #define BCM4313_D11N2G_ID 0x4727 /* 4313 802.11n 2.4G device */ 41 42 /* Chip IDs */ 43 #define BCM4313_CHIP_ID 0x4313 /* 4313 chip id */ 44 #define BCM4319_CHIP_ID 0x4319 /* 4319 chip id */ 45 46 #define BCM43224_CHIP_ID 43224 /* 43224 chipcommon chipid */ 47 #define BCM43225_CHIP_ID 43225 /* 43225 chipcommon chipid */ 48 #define BCM43421_CHIP_ID 43421 /* 43421 chipcommon chipid */ 49 #define BCM43235_CHIP_ID 43235 /* 43235 chipcommon chipid */ 50 #define BCM43236_CHIP_ID 43236 /* 43236 chipcommon chipid */ 51 #define BCM43238_CHIP_ID 43238 /* 43238 chipcommon chipid */ 52 #define BCM4329_CHIP_ID 0x4329 /* 4329 chipcommon chipid */ 53 #define BCM4325_CHIP_ID 0x4325 /* 4325 chipcommon chipid */ 54 #define BCM4331_CHIP_ID 0x4331 /* 4331 chipcommon chipid */ 55 #define BCM4336_CHIP_ID 0x4336 /* 4336 chipcommon chipid */ 56 #define BCM4330_CHIP_ID 0x4330 /* 4330 chipcommon chipid */ 57 #define BCM6362_CHIP_ID 0x6362 /* 6362 chipcommon chipid */ 58 59 #endif /* _BRCM_HW_IDS_H_ */ 60