1. 06 5月, 2010 1 次提交
  2. 04 5月, 2010 3 次提交
  3. 01 5月, 2010 2 次提交
  4. 29 4月, 2010 3 次提交
  5. 28 4月, 2010 5 次提交
  6. 27 4月, 2010 1 次提交
    • J
      mac80211: Fix sta->last_tx_rate setting with no-op rate control devices · 0c869808
      Juuso Oikarinen 提交于
      The sta->last_tx_rate is traditionally updated just before transmitting a
      frame based on information from the rate control algorithm. However, for
      hardware drivers with IEEE80211_HW_HAS_RATE_CONTROL this is not performed,
      as the rate control algorithm is not executed, and because the used rate is
      not known before the frame has actually been transmitted.
      
      This causes atleast a fixed 1Mb/s to be reported to user space. A few other
      instances of code also rely on this information.
      
      Fix this by setting the sta->last_tx_rate in tx_status handling. There, look
      for last rates entry set by the driver, and use that as value for
      sta->last_tx_rate.
      Signed-off-by: NJuuso Oikarinen <juuso.oikarinen@nokia.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0c869808
  7. 20 4月, 2010 8 次提交
  8. 10 4月, 2010 3 次提交
  9. 09 4月, 2010 2 次提交
  10. 08 4月, 2010 8 次提交
  11. 07 4月, 2010 3 次提交
  12. 01 4月, 2010 1 次提交