<div>š</div><div>š</div><div>26.06.2014, 06:03, "Daniel" <daniel@makrotopia.org>:</div><blockquote type="cite"><p>Hi Roman,<br /><br />On 04/04/2014 04:39 PM, Roman Yeryomin wrote:</p><blockquote>šI worked on other things lately but plan to return to rt2x00 soon and<br />šmaybe try ralink driver on trunk again.</blockquote><p>I started looking into your patches and started to see things moving as far as<br />you got.<br />I suggest to define RT6352 and set chip.rt to that instead of checking for<br />chip.rf == RF7620 in cases which were meant for RT5390.<br />Is there any more recent version of your work on rt2x00 than the<br />630-rt2x00-add-mt<span>7620-20140131</span>.patch included in your first post? If so, please<br />share it, I'd like to re-use what ever there is and try to botch things up a bit ;)<br /><br />Cheers<br /><br /><br />Daniel</p></blockquote><div>After some attempts tonight I make working version of the patch. But my trunk revision really very old and I need time to rebase it.</div><div>The key error was in rt2800_rfcsr_read for RF7620 (wrong bitmask). So</div><div>*value = rt2x00_get_field32(reg, RF_CSR_CFG_DATA);</div><div>instead of<br />*value = rt2x00_get_field32(reg, RF_CSR_CFG_DATA_MT7620);<br />broke all rf reading.</div><div>š</div><div>š</div><div>Good luck!</div><div>š</div><div>---<br />serge</div><div>š</div>