mwifiex: correct a typo in mwifiex_ret_tdls_oper
[deliverable/linux.git] / drivers / net / wireless / brcm80211 / include / brcm_hw_ids.h
CommitLineData
5b435de0
AS
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
1225705a 20#define BCM4313_D11N2G_ID 0x4727 /* 4313 802.11n 2.4G device */
5b435de0
AS
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
1225705a
FL
30/* Chipcommon Core Chip IDs */
31#define BCM4313_CHIP_ID 0x4313
369508c5 32#define BCM43143_CHIP_ID 43143
1225705a
FL
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
4a1c02ce 38#define BCM43241_CHIP_ID 0x4324
1225705a
FL
39#define BCM4329_CHIP_ID 0x4329
40#define BCM4330_CHIP_ID 0x4330
41#define BCM4331_CHIP_ID 0x4331
85a4a1c3 42#define BCM4334_CHIP_ID 0x4334
6a1c7483 43#define BCM4335_CHIP_ID 0x4335
11e69c36 44#define BCM43362_CHIP_ID 43362
fe040158 45#define BCM4339_CHIP_ID 0x4339
a797ca1e 46#define BCM4354_CHIP_ID 0x4354
5b435de0
AS
47
48#endif /* _BRCM_HW_IDS_H_ */
This page took 0.344779 seconds and 5 git commands to generate.