aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorRA-Jay Hung <jay_hung@ralinktech.com>2010-12-13 06:32:22 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-12-13 15:23:34 -0500
commit8d4ff3f3045e57f57634559c063bf70993a1d00a (patch)
treeb7fa53a26d884b9469a5fdf75f0bffdc0610b058 /drivers/net
parent977206d79fdc9fc1b153e0b52c56e0be59586f37 (diff)
rt2x00: Add RF chip definition
Add RF chip definition Signed-off-by: RA-Jay Hung <jay_hung@ralinktech.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/rt2x00/rt2800.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h
index 03f9fa15e157..9ea09612c878 100644
--- a/drivers/net/wireless/rt2x00/rt2800.h
+++ b/drivers/net/wireless/rt2x00/rt2800.h
@@ -46,8 +46,11 @@
46 * RF2020 2.4G B/G 46 * RF2020 2.4G B/G
47 * RF3021 2.4G 1T2R 47 * RF3021 2.4G 1T2R
48 * RF3022 2.4G 2T2R 48 * RF3022 2.4G 2T2R
49 * RF3052 2.4G 2T2R 49 * RF3052 2.4G/5G 2T2R
50 * RF3320 2.4G 1T1R 50 * RF2853 2.4G/5G 3T3R
51 * RF3320 2.4G 1T1R(RT3350/RT3370/RT3390)
52 * RF3322 2.4G 2T2R(RT3352/RT3371/RT3372/RT3391/RT3392)
53 * RF3853 2.4G/5G 3T3R(RT3883/RT3563/RT3573/RT3593/RT3662)
51 */ 54 */
52#define RF2820 0x0001 55#define RF2820 0x0001
53#define RF2850 0x0002 56#define RF2850 0x0002
@@ -58,7 +61,10 @@
58#define RF3021 0x0007 61#define RF3021 0x0007
59#define RF3022 0x0008 62#define RF3022 0x0008
60#define RF3052 0x0009 63#define RF3052 0x0009
64#define RF2853 0x000a
61#define RF3320 0x000b 65#define RF3320 0x000b
66#define RF3322 0x000c
67#define RF3853 0x000d
62 68
63/* 69/*
64 * Chipset revisions. 70 * Chipset revisions.