1. 13 3月, 2015 1 次提交
  2. 03 3月, 2015 1 次提交
  3. 06 2月, 2015 2 次提交
  4. 03 2月, 2015 5 次提交
  5. 15 1月, 2015 2 次提交
  6. 02 12月, 2014 1 次提交
  7. 26 11月, 2014 1 次提交
  8. 18 11月, 2014 4 次提交
  9. 28 10月, 2014 4 次提交
  10. 01 10月, 2014 1 次提交
  11. 17 9月, 2014 2 次提交
  12. 20 6月, 2014 1 次提交
  13. 24 1月, 2014 1 次提交
  14. 04 1月, 2014 5 次提交
  15. 20 12月, 2013 1 次提交
  16. 19 12月, 2013 7 次提交
  17. 10 12月, 2013 1 次提交
    • S
      ath9k: Use a separate TX gain table for WZR-HP-G450H · 0f978bfa
      Sujith Manoharan 提交于
      The Buffalo device WZR-HP-G450H uses the index 3 for TX gain,
      which is set to the high_power table currently. Later variants
      of the router use the same index, but instead refer to the
      low_ob_db gain table. This is not handled in the driver since
      there is no way to distinguish board revisions and the high_power
      table is used (incorrectly) for the newer variants.
      
      By default, devices based on AR9300 using the TX gain index 3 have
      to use the high_power table. To make sure that WZR-HP-G450H is not
      broken when the high_power table is updated, use a separate array
      based on information obtained from the platform data.
      
      The current situation where only the original variant of WZR-HP-G450H
      works properly stays unchanged.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0f978bfa