提交 268bd858 编写于 作者: S Stanislaw Gruszka 提交者: John W. Linville

rt2800: document RF_R03 register bits [7:4]

Taken from:
2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
(based on function RT33xx_ChipSwitchChannel)
Signed-off-by: NStanislaw Gruszka <sgruszka@redhat.com>
Acked-by: NGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 f1f12f98
...@@ -1799,6 +1799,9 @@ struct mac_iveiv_entry { ...@@ -1799,6 +1799,9 @@ struct mac_iveiv_entry {
* RFCSR 3: * RFCSR 3:
*/ */
#define RFCSR3_K FIELD8(0x0f) #define RFCSR3_K FIELD8(0x0f)
/* Bits [7-4] for RF3320 (RT3370/RT3390), on other chipsets reserved */
#define RFCSR3_PA1_BIAS_CCK FIELD8(0x70);
#define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80);
/* /*
* FRCSR 5: * FRCSR 5:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册