diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-01 10:17:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 14:50:39 -0500 |
commit | 268bd858df5052f97722b123e990119c89171fd7 (patch) | |
tree | ccaf1d1abbdfbf0205ff776b09d9eb2c4e6b9e6c | |
parent | f1f12f9894c48dc8284762bc71e4a3ed5caf546f (diff) |
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: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h index c92fb2eee920..fac9ece22b23 100644 --- a/drivers/net/wireless/rt2x00/rt2800.h +++ b/drivers/net/wireless/rt2x00/rt2800.h | |||
@@ -1799,6 +1799,9 @@ struct mac_iveiv_entry { | |||
1799 | * RFCSR 3: | 1799 | * RFCSR 3: |
1800 | */ | 1800 | */ |
1801 | #define RFCSR3_K FIELD8(0x0f) | 1801 | #define RFCSR3_K FIELD8(0x0f) |
1802 | /* Bits [7-4] for RF3320 (RT3370/RT3390), on other chipsets reserved */ | ||
1803 | #define RFCSR3_PA1_BIAS_CCK FIELD8(0x70); | ||
1804 | #define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80); | ||
1802 | 1805 | ||
1803 | /* | 1806 | /* |
1804 | * FRCSR 5: | 1807 | * FRCSR 5: |