mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
rt2x00: Change RF3853 to RF3053.
According to the latest Ralink vendor drivers, this seems to be the real RF chipset type. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
5a87e7a706
commit
7fbaf3efb0
@ -50,7 +50,7 @@
|
||||
* RF2853 2.4G/5G 3T3R
|
||||
* RF3320 2.4G 1T1R(RT3350/RT3370/RT3390)
|
||||
* RF3322 2.4G 2T2R(RT3352/RT3371/RT3372/RT3391/RT3392)
|
||||
* RF3853 2.4G/5G 3T3R(RT3883/RT3563/RT3573/RT3593/RT3662)
|
||||
* RF3053 2.4G/5G 3T3R(RT3883/RT3563/RT3573/RT3593/RT3662)
|
||||
* RF5370 2.4G 1T1R
|
||||
* RF5390 2.4G 1T1R
|
||||
*/
|
||||
@ -66,7 +66,7 @@
|
||||
#define RF2853 0x000a
|
||||
#define RF3320 0x000b
|
||||
#define RF3322 0x000c
|
||||
#define RF3853 0x000d
|
||||
#define RF3053 0x000d
|
||||
#define RF5370 0x5370
|
||||
#define RF5390 0x5390
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user