brcm_hw_ids.h 2.5 KB

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