1. 30 5月, 2013 1 次提交
    • F
      ath9k_hw: fix PA predistortion miscalibration · 9c8426fc
      Felix Fietkau 提交于
      If any bins from the training data are skipped (i != max_index), the
      calculated compensation curve gets distorted, and the signal will be
      wildly overamplified. This may be the cause of the reported hardware
      damage that was caused by PA predistortion (because of which PAPRD was
      disabled by default).
      
      When calculating the x_est, Y, theta values, the use of max_index and i
      was reversed. i points to the bin index whereas max_index refers to the
      index of the calculated arrays.
      
      Note that PA predistortion is still disabled, it will be re-enabled
      after it has been properly validated.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      9c8426fc
  2. 23 5月, 2013 6 次提交
  3. 09 5月, 2013 2 次提交
  4. 04 5月, 2013 1 次提交
  5. 24 4月, 2013 7 次提交
  6. 23 4月, 2013 4 次提交
  7. 13 4月, 2013 1 次提交
  8. 11 4月, 2013 7 次提交
  9. 09 4月, 2013 5 次提交
  10. 04 4月, 2013 1 次提交
  11. 28 3月, 2013 2 次提交
  12. 27 3月, 2013 1 次提交
  13. 26 3月, 2013 1 次提交
  14. 19 3月, 2013 1 次提交