1. 25 6月, 2013 1 次提交
  2. 19 6月, 2013 2 次提交
  3. 15 6月, 2013 1 次提交
  4. 08 1月, 2013 1 次提交
  5. 08 12月, 2012 1 次提交
    • B
      ath9k: Use standard #defines for PCIe Capability ASPM fields · a875621e
      Bjorn Helgaas 提交于
      Use the standard #defines for PCIe Capability ASPM fields.
      
      Previously we used PCIE_LINK_STATE_L0S and PCIE_LINK_STATE_L1 directly, but
      these are defined for the Linux ASPM interfaces, e.g.,
      pci_disable_link_state(), and only coincidentally match the actual register
      bits.  PCIE_LINK_STATE_CLKPM, also part of that interface, does not match
      the register bit.
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      a875621e
  6. 01 12月, 2012 1 次提交
  7. 17 11月, 2012 1 次提交
  8. 06 10月, 2012 2 次提交
  9. 26 9月, 2012 1 次提交
  10. 12 9月, 2012 1 次提交
  11. 24 8月, 2012 1 次提交
  12. 11 8月, 2012 1 次提交
  13. 03 8月, 2012 1 次提交
  14. 13 7月, 2012 1 次提交
  15. 07 6月, 2012 2 次提交
  16. 11 4月, 2012 1 次提交
  17. 20 12月, 2011 1 次提交
    • F
      ath9k_hw: make bluetooth coexistence support optional at compile time · 8a309305
      Felix Fietkau 提交于
      Many systems (e.g. embedded systems) do not have wifi modules connected to
      bluetooth modules, so bluetooth coexistence is irrelevant there. With the
      addition of MCI support, ath9k picked up quite a bit of extra code that
      can be compiled out this way.
      
      This patch redefines ATH9K_HW_CAP_MCI and adds an inline wrapper for
      querying the bluetooth coexistence scheme, allowing the compiler to
      eliminate code that uses it, with only very little use of #ifdef.
      
      On MIPS this reduces the total size for the modules by about 20k.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8a309305
  18. 08 12月, 2011 1 次提交
    • F
      ath9k: rework power state handling · c0c11741
      Felix Fietkau 提交于
      Turning off the radio when mac80211 tells the driver that it's idle is not
      a good idea, as idle interfaces might still occasionally scan or send packets.
      The only time the radio can be safely turned off is when drv_stop has been
      called. In the mean time, use sc->ps_idle only to indicate network sleep vs
      full sleep.
      Move the LED GPIO changes out of the PCI suspend/resume path, the start/stop
      functions already take care of that.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c0c11741
  19. 01 11月, 2011 1 次提交
  20. 15 10月, 2011 1 次提交
  21. 17 9月, 2011 2 次提交
  22. 26 8月, 2011 2 次提交
  23. 25 8月, 2011 2 次提交
  24. 23 8月, 2011 2 次提交
  25. 09 8月, 2011 2 次提交
  26. 02 8月, 2011 1 次提交
  27. 30 6月, 2011 1 次提交
  28. 20 5月, 2011 1 次提交
  29. 31 3月, 2011 1 次提交
  30. 29 1月, 2011 2 次提交
  31. 23 12月, 2010 1 次提交