On Mon, Jan 30, 2012 at 4:17 PM, Stanislaw Gruszka <sgruszka@xxxxxxxxxx> wrote: > - rt2800_rfcsr_write(rt2x00dev, 3, rf->rf3); > + > + rt2800_rfcsr_read(rt2x00dev, 3, &rfcsr); > + rt2x00_set_field8(&rfcsr, RFCSR3_K, rf->rf3); > + rt2800_rfcsr_write(rt2x00dev, 3, rfcsr); Mind to add the same/similar comment here as the legacy driver does? It seems as if this only applies to RT3370 and newer while the change doesn't affect older chipsets: RT3370/RT3390 RF version is 0x3320 RF_R3 [7:4] is not reserved bits RF_R3[6:4] (pa1_bc_cck) : PA1 Bias CCK RF_R3[7] (pa2_cc_cck) : PA2 Cascode Bias CCK Thanks, Helmut -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html