1. 27 6月, 2012 2 次提交
  2. 11 4月, 2012 2 次提交
  3. 28 2月, 2012 1 次提交
  4. 25 1月, 2012 1 次提交
  5. 20 12月, 2011 2 次提交
  6. 15 9月, 2011 1 次提交
  7. 25 8月, 2011 1 次提交
  8. 09 8月, 2011 1 次提交
  9. 08 7月, 2011 1 次提交
  10. 20 5月, 2011 3 次提交
  11. 30 4月, 2011 1 次提交
  12. 29 4月, 2011 1 次提交
  13. 26 4月, 2011 1 次提交
  14. 20 4月, 2011 1 次提交
  15. 14 4月, 2011 8 次提交
  16. 31 3月, 2011 3 次提交
  17. 24 2月, 2011 2 次提交
  18. 28 1月, 2011 1 次提交
  19. 20 1月, 2011 1 次提交
  20. 05 1月, 2011 2 次提交
  21. 23 12月, 2010 1 次提交
  22. 09 12月, 2010 1 次提交
  23. 08 12月, 2010 2 次提交
    • M
      ath9k: Parse DTIM period from mac80211 · 0ce3bcfc
      Mohammed Shafi Shajakhan 提交于
      With the current save power save implementation we assume a dtim period
      of 1.This value is assigned based on a sanity check in the driver
      eventhough we had not parsed it from mac80211.This patch obtains the actual
      DTIM period from AP by parsing it from mac80211.Yet for handling
      multicast traffic we may still have it as fixed rather than parsing it
      from mac80211 .This does not breaks power save or anything as the sleep
      duration is currently fixed in the driver.This patch may serve to improve
      power save in the future by using dtim period for sleep duration and using
      correct dtim period adhoc mode.
      Signed-off-by: NMohammed Shafi Shajakhan <mshajakhan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0ce3bcfc
    • S
      ath9k_htc: Cleanup device identification · 0b5ead91
      Sujith Manoharan 提交于
      ath.ko is a common module shared between ath5k, ar9170usb, ath9k and ath9k_htc.
      Adding driver specific data to the shared structure would impact all the
      drivers. Handling USB device recognition for devices specific to ath9k_htc
      can be handled within the driver itself.
      
      Also, AR7010 refers to the processor used in both AR9280/AR9287 based
      devices. Rename the device enumerations accordingly.
      
      While at it, check properly for the bus type when choosing the EEPROM
      base address for UB95.
      Signed-off-by: NSujith Manoharan <Sujith.Manoharan@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0b5ead91