1. 25 7月, 2009 1 次提交
  2. 28 2月, 2009 1 次提交
  3. 30 1月, 2009 1 次提交
  4. 11 11月, 2008 1 次提交
  5. 23 8月, 2008 1 次提交
  6. 15 6月, 2008 1 次提交
  7. 22 5月, 2008 1 次提交
  8. 14 3月, 2008 1 次提交
    • I
      rt2x00: Fix rt2400pci signal · 89993890
      Ivo van Doorn 提交于
      After sampling hundreds of RX frame descriptors,
      the results were conclusive:
      - The Ralink documentation regarding the SIGNAL and RSSI are wrong.
      
      It turns out that of the 5 BBR registers, we should not use BBR0 and BBR1
      for SIGNAL and RSSI respectively, but actually BBR1 and BBR2.
      BBR0 does show values, but the exact meaning remains unclear,
      but they cannot be translated into a SIGNAL or RSSI field.
      BBR3, BBR4 and BBR5 are always 0, so their meaning is unknown.
      
      As it turns out, the reported SIGNAL is the PLCP value, this
      in contradiction to what was expected looking at rt2500pci which
      only reported the PLCP values for OFDM rates and bitrate values
      for CCK rates.
      
      This means we should let the driver raise the flag about the contents
      of the SIGNAL field so rt2x00lib can always do the right thing based
      on what the driver reports.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      89993890
  9. 01 3月, 2008 2 次提交
  10. 29 1月, 2008 2 次提交
  11. 11 10月, 2007 1 次提交