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. 08 4月, 2010 1 次提交
  3. 27 2月, 2010 1 次提交
  4. 19 11月, 2009 1 次提交
  5. 31 10月, 2009 6 次提交
  6. 08 10月, 2009 1 次提交
    • L
      ath9k: remove ath9k 25 MHz HT40 spacing stuff · 6420014c
      Luis R. Rodriguez 提交于
      This was for supporting 25 MHz spacing for HT40, this is not used
      as we use 20 MHz spacing instead for HT40 as per 802.11n. The hardware
      is capable of it though so we leave the phymode definition and EEPROM
      parsing for it. If some experimenter wants to work on this stuff stuff
      you can add an extension enabling bool on ath_common and perhaps some
      debugfs knob to enable it. Keep in mind you'll also need to update the
      phymode with the AR_PHY_FC_DYN2040_EXT_CH which has been left on the
      driver.
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6420014c
  7. 20 8月, 2009 1 次提交
  8. 14 8月, 2009 2 次提交
  9. 05 8月, 2009 1 次提交
  10. 28 7月, 2009 1 次提交
  11. 12 5月, 2009 1 次提交
  12. 23 4月, 2009 2 次提交
  13. 28 3月, 2009 1 次提交
  14. 17 3月, 2009 1 次提交
  15. 06 3月, 2009 1 次提交
  16. 28 2月, 2009 2 次提交
  17. 14 2月, 2009 2 次提交
  18. 13 12月, 2008 1 次提交
  19. 30 8月, 2008 1 次提交
  20. 07 8月, 2008 1 次提交