1. 14 4月, 2011 8 次提交
  2. 31 3月, 2011 1 次提交
  3. 02 3月, 2011 1 次提交
  4. 24 2月, 2011 10 次提交
  5. 04 2月, 2011 1 次提交
  6. 20 1月, 2011 1 次提交
  7. 18 1月, 2011 1 次提交
  8. 11 1月, 2011 1 次提交
  9. 05 1月, 2011 3 次提交
  10. 23 12月, 2010 1 次提交
  11. 09 12月, 2010 1 次提交
  12. 25 11月, 2010 1 次提交
  13. 17 11月, 2010 1 次提交
  14. 25 8月, 2010 1 次提交
  15. 05 8月, 2010 1 次提交
    • F
      ath9k_hw: clean up per-channel calibration data · 20bd2a09
      Felix Fietkau 提交于
      The noise floor history buffer is currently not kept per channel, which
      can lead to problems when changing channels from a clean channel to a
      noisy one. Also when switching from HT20 to HT40, the noise floor
      history buffer is full of measurements, but none of them contain data
      for the extension channel, which it needs quite a bit of time to recover
      from.
      
      This patch puts all the per-channel calibration data into a single data
      structure, and gives the the driver control over whether that is used
      per-channel or even not used for some channels.
      
      For ath9k_htc, I decided to keep this per-channel in order to avoid
      creating regressions.
      
      For ath9k, the data is kept only for the operating channel, which saves
      some space. ath9k_hw takes care of wiping old data when the operating
      channel or its channel flags change.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      20bd2a09
  16. 01 7月, 2010 1 次提交
  17. 16 6月, 2010 1 次提交
  18. 15 6月, 2010 1 次提交
  19. 04 6月, 2010 1 次提交
  20. 03 6月, 2010 3 次提交