diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 39bc2faf1793..1df432c1f2c7 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -189,6 +189,7 @@ struct rt2x00_chip { | |||
189 | #define RT3572 0x3572 | 189 | #define RT3572 0x3572 |
190 | #define RT3593 0x3593 /* PCIe */ | 190 | #define RT3593 0x3593 /* PCIe */ |
191 | #define RT3883 0x3883 /* WSOC */ | 191 | #define RT3883 0x3883 /* WSOC */ |
192 | #define RT5390 0x5390 /* 2.4GHz */ | ||
192 | 193 | ||
193 | u16 rf; | 194 | u16 rf; |
194 | u16 rev; | 195 | u16 rev; |
@@ -225,6 +226,8 @@ struct channel_info { | |||
225 | struct antenna_setup { | 226 | struct antenna_setup { |
226 | enum antenna rx; | 227 | enum antenna rx; |
227 | enum antenna tx; | 228 | enum antenna tx; |
229 | u8 rx_chain_num; | ||
230 | u8 tx_chain_num; | ||
228 | }; | 231 | }; |
229 | 232 | ||
230 | /* | 233 | /* |
@@ -665,6 +668,7 @@ enum rt2x00_flags { | |||
665 | */ | 668 | */ |
666 | CONFIG_SUPPORT_HW_BUTTON, | 669 | CONFIG_SUPPORT_HW_BUTTON, |
667 | CONFIG_SUPPORT_HW_CRYPTO, | 670 | CONFIG_SUPPORT_HW_CRYPTO, |
671 | CONFIG_SUPPORT_POWER_LIMIT, | ||
668 | DRIVER_SUPPORT_CONTROL_FILTERS, | 672 | DRIVER_SUPPORT_CONTROL_FILTERS, |
669 | DRIVER_SUPPORT_CONTROL_FILTER_PSPOLL, | 673 | DRIVER_SUPPORT_CONTROL_FILTER_PSPOLL, |
670 | DRIVER_SUPPORT_PRE_TBTT_INTERRUPT, | 674 | DRIVER_SUPPORT_PRE_TBTT_INTERRUPT, |