1. 17 4月, 2010 1 次提交
    • L
      ath9k_hw: remove wrapper ath9k_hw_write_regs() · aed1baf1
      Luis R. Rodriguez 提交于
      This is used only once by ath9k_hw_process_ini() to
      write an array of phy registers through REG_WRITE_ARRAY(),
      but we already call REG_WRITE_ARRAY() multiple times
      on the same caller so just remove this pointless wrapper.
      We'll eventually just move the ath9k_hw_process_ini()
      caller as an callback to abstract away between different
      hardware families.
      
      Although this change is subtle I should note that this
      does change the delay pattern on writing the next series
      of registers. REG_WRITE_ARRAY() uses a counter for each
      register write and does a udelay(1) every 64 writes. By
      removing this call it means that the counter is processed
      for all the iniBB_RfGain registers and is incremented
      on ath9k_hw_process_ini(), before this the after the call
      ath9k_hw_write_regs() was made the register counter was
      kept at the same index number prior to the call.
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      aed1baf1
  2. 19 11月, 2009 1 次提交
  3. 31 10月, 2009 10 次提交
  4. 08 10月, 2009 4 次提交
  5. 14 8月, 2009 1 次提交
  6. 05 8月, 2009 3 次提交
  7. 12 5月, 2009 1 次提交
  8. 23 4月, 2009 2 次提交
  9. 28 3月, 2009 1 次提交
  10. 28 2月, 2009 1 次提交
  11. 14 2月, 2009 4 次提交
  12. 05 12月, 2008 1 次提交
  13. 11 11月, 2008 1 次提交
  14. 07 8月, 2008 1 次提交