1. 18 3月, 2014 3 次提交
  2. 01 3月, 2014 2 次提交
  3. 13 2月, 2014 3 次提交
  4. 14 1月, 2014 2 次提交
  5. 04 1月, 2014 1 次提交
  6. 20 12月, 2013 1 次提交
  7. 19 12月, 2013 3 次提交
  8. 03 12月, 2013 6 次提交
  9. 12 11月, 2013 1 次提交
    • S
      ath9k: Use correct PCIE initvals for AR9485 · 2d22c7dd
      Sujith Manoharan 提交于
      Currently, the PLL is turned off for AR9485 when
      switching to a low power state, but AR9485 has an issue
      where the card will become unresponsive if left idle
      for a long time without any traffic. To fix this,
      force the PLL to always be on using a different initval
      array, ar9485_1_1_pll_on_cdr_on_clkreq_disable_L1.
      
      This is done for most of the AR9485 based cards
      like HB125, WB225 etc. but certain models require the
      feature to be turned off. Identify such cards and use
      default values for them.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2d22c7dd
  10. 19 10月, 2013 2 次提交
  11. 15 10月, 2013 3 次提交
  12. 27 9月, 2013 4 次提交
  13. 25 9月, 2013 1 次提交
    • J
      ath: Remove extern from function prototypes · a3dabaf0
      Joe Perches 提交于
      There are a mix of function prototypes with and without extern
      in the kernel sources.  Standardize on not using extern for
      function prototypes.
      
      Function prototypes don't need to be written with extern.
      extern is assumed by the compiler.  Its use is as unnecessary as
      using auto to declare automatic/local variables in a block.
      Signed-off-by: NJoe Perches <joe@perches.com>
      a3dabaf0
  14. 27 8月, 2013 1 次提交
  15. 17 8月, 2013 1 次提交
  16. 16 8月, 2013 3 次提交
  17. 10 8月, 2013 3 次提交