Commit 05a32730 authored by Ivo van Doorn's avatar Ivo van Doorn Committed by John W. Linville

rt2x00: Add new RF chip defines

Add new defines for RF chipsets which can be found
by the driver. We don't have to check for these
chips specifically yet, but it is better to have
the defines in now.
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1738c9e4
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
* RF2750 2.4G/5G 1T2R * RF2750 2.4G/5G 1T2R
* RF3020 2.4G 1T1R * RF3020 2.4G 1T1R
* RF2020 2.4G B/G * RF2020 2.4G B/G
* RF3021 2.4G 1T2R
* RF3022 2.4G 2T2R
* RF3052 2.4G 2T2R
*/ */
#define RF2820 0x0001 #define RF2820 0x0001
#define RF2850 0x0002 #define RF2850 0x0002
...@@ -43,6 +46,9 @@ ...@@ -43,6 +46,9 @@
#define RF2750 0x0004 #define RF2750 0x0004
#define RF3020 0x0005 #define RF3020 0x0005
#define RF2020 0x0006 #define RF2020 0x0006
#define RF3021 0x0007
#define RF3022 0x0008
#define RF3052 0x0009
/* /*
* RT2870 version * RT2870 version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment