1. 24 2月, 2009 1 次提交
  2. 24 1月, 2009 1 次提交
  3. 13 1月, 2009 1 次提交
  4. 20 12月, 2008 2 次提交
  5. 13 12月, 2008 2 次提交
  6. 05 12月, 2008 1 次提交
  7. 26 11月, 2008 5 次提交
  8. 22 11月, 2008 2 次提交
  9. 13 11月, 2008 2 次提交
  10. 11 11月, 2008 3 次提交
  11. 01 11月, 2008 6 次提交
  12. 28 10月, 2008 1 次提交
  13. 15 10月, 2008 2 次提交
  14. 16 9月, 2008 1 次提交
  15. 06 9月, 2008 1 次提交
  16. 23 8月, 2008 1 次提交
  17. 18 8月, 2008 1 次提交
  18. 02 8月, 2008 2 次提交
  19. 30 7月, 2008 2 次提交
    • L
      rtl8187: Improve wireless statistics for RTL8187B · 0ccd58fc
      Larry Finger 提交于
      Wireless statistics produced by the RTL8187B driver are not particularly
      informative about the strength of the received signal. From the data sheet
      provided by Realtek, I discovered that certain parts of the RX header
      should have the information necessary to calculate signal quality and
      strength. With testing, it became clear that most of these quantities were
      very jittery - only the AGC correlated with the signals expected from nearby
      AP's. As a result, the quality and strength are derived from the agc value.
      The scaling has been determined so that the numbers are close to those
      obtained by b43 under the same conditions. The results are qualitatively
      correct.
      
      Statistics derived for the RTL8187 have not been changed.
      
      The RX header variables have been renamed to match the quantites described
      in the Realtek data sheet.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0ccd58fc
    • L
      rtl8187: Fix for TX sequence number problem · 1f690d7b
      Larry Finger 提交于
      "mac80211: fix TX sequence numbers" broke rtl8187. This
      patch makes the same kind of fix that was done for rt2x00. Note that
      this code will have to be reworked for proper sequence numbers on beacons.
      In addition, the sequence number has been placed in the hardware state,
      not the vif state.
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1f690d7b
  20. 15 7月, 2008 2 次提交
  21. 09 7月, 2008 1 次提交