diff options
author | Franky Lin <frankyl@broadcom.com> | 2012-04-11 05:52:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-13 14:32:53 -0400 |
commit | 1225705a4ca940b50eef146d2810b2d5cd189cc7 (patch) | |
tree | de4e6b1cc5e2afa0c7ed0147f80affa371e21b09 /drivers/net/wireless | |
parent | 3338084ab327156e593176bcf9cf7286a192cca1 (diff) |
brcm80211: fmac: clean up chip id table
Remove unsupported chip ID and rearrange the list in alphabetical
order
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/brcm80211/include/brcm_hw_ids.h | 40 |
1 files changed, 11 insertions, 29 deletions
diff --git a/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h b/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h index 5fb17d53c9b2..333193f20e1c 100644 --- a/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h +++ b/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h | |||
@@ -17,17 +17,7 @@ | |||
17 | #ifndef _BRCM_HW_IDS_H_ | 17 | #ifndef _BRCM_HW_IDS_H_ |
18 | #define _BRCM_HW_IDS_H_ | 18 | #define _BRCM_HW_IDS_H_ |
19 | 19 | ||
20 | #define BCM4325_D11DUAL_ID 0x431b | 20 | #define BCM4313_D11N2G_ID 0x4727 /* 4313 802.11n 2.4G device */ |
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 | 21 | ||
32 | #define BCM43224_D11N_ID 0x4353 /* 43224 802.11n dualband device */ | 22 | #define BCM43224_D11N_ID 0x4353 /* 43224 802.11n dualband device */ |
33 | #define BCM43224_D11N_ID_VEN1 0x0576 /* Vendor specific 43224 802.11n db */ | 23 | #define BCM43224_D11N_ID_VEN1 0x0576 /* Vendor specific 43224 802.11n db */ |
@@ -37,23 +27,15 @@ | |||
37 | #define BCM43236_D11N_ID 0x4346 /* 43236 802.11n dualband device */ | 27 | #define BCM43236_D11N_ID 0x4346 /* 43236 802.11n dualband device */ |
38 | #define BCM43236_D11N2G_ID 0x4347 /* 43236 802.11n 2.4GHz device */ | 28 | #define BCM43236_D11N2G_ID 0x4347 /* 43236 802.11n 2.4GHz device */ |
39 | 29 | ||
40 | #define BCM4313_D11N2G_ID 0x4727 /* 4313 802.11n 2.4G device */ | 30 | /* Chipcommon Core Chip IDs */ |
41 | 31 | #define BCM4313_CHIP_ID 0x4313 | |
42 | /* Chip IDs */ | 32 | #define BCM43224_CHIP_ID 43224 |
43 | #define BCM4313_CHIP_ID 0x4313 /* 4313 chip id */ | 33 | #define BCM43225_CHIP_ID 43225 |
44 | #define BCM4319_CHIP_ID 0x4319 /* 4319 chip id */ | 34 | #define BCM43235_CHIP_ID 43235 |
45 | 35 | #define BCM43236_CHIP_ID 43236 | |
46 | #define BCM43224_CHIP_ID 43224 /* 43224 chipcommon chipid */ | 36 | #define BCM43238_CHIP_ID 43238 |
47 | #define BCM43225_CHIP_ID 43225 /* 43225 chipcommon chipid */ | 37 | #define BCM4329_CHIP_ID 0x4329 |
48 | #define BCM43421_CHIP_ID 43421 /* 43421 chipcommon chipid */ | 38 | #define BCM4330_CHIP_ID 0x4330 |
49 | #define BCM43235_CHIP_ID 43235 /* 43235 chipcommon chipid */ | 39 | #define BCM4331_CHIP_ID 0x4331 |
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 | 40 | ||
59 | #endif /* _BRCM_HW_IDS_H_ */ | 41 | #endif /* _BRCM_HW_IDS_H_ */ |