diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2009-11-10 16:41:51 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-13 17:43:57 -0500 |
commit | f273fe55e3f3f0b66b7624c0102d3ef44bbdfe6a (patch) | |
tree | 35dbf9a54ae84f542c2cf8839ef02c81bc222d50 /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | 264d9b7d8a629620c8de84c614910c3164e935f8 (diff) |
rt2x00: Properly detect Ralink RT3070 devices.
Allow rt2800usb to properly detect RT307X based devices, and set the appropriate chipset values.
Signed-off-by: Gertjan van Wingede <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 5a1b1612dcaa..62da572795a8 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -172,6 +172,7 @@ struct rt2x00_chip { | |||
172 | #define RT3052 0x3052 /* WSOC */ | 172 | #define RT3052 0x3052 /* WSOC */ |
173 | #define RT3090 0x3090 /* 2.4GHz PCIe */ | 173 | #define RT3090 0x3090 /* 2.4GHz PCIe */ |
174 | #define RT2870 0x1600 | 174 | #define RT2870 0x1600 |
175 | #define RT3070 0x1800 | ||
175 | 176 | ||
176 | u16 rf; | 177 | u16 rf; |
177 | u32 rev; | 178 | u32 rev; |