1. 20 6月, 2014 6 次提交
  2. 30 5月, 2014 1 次提交
  3. 23 5月, 2014 1 次提交
  4. 14 5月, 2014 1 次提交
  5. 30 4月, 2014 1 次提交
    • F
      ath9k: remove tid->paused flag · 62e54dbb
      Felix Fietkau 提交于
      There are some corner cases where the driver could get stuck with a full
      tid queue that is paused, leading to a software tx queue hang.
      
      Since the tx queueing rework, pausing per-tid queues on aggregation
      session setup is no longer necessary. The driver will assign sequence
      numbers to buffered frames when a new session is established, in order
      to get the correct starting sequence number.
      
      mac80211 prevents new frames from entering the queue during setup.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      62e54dbb
  6. 23 4月, 2014 1 次提交
  7. 18 3月, 2014 5 次提交
  8. 01 3月, 2014 2 次提交
  9. 13 2月, 2014 3 次提交
  10. 14 1月, 2014 2 次提交
  11. 04 1月, 2014 1 次提交
  12. 20 12月, 2013 1 次提交
  13. 19 12月, 2013 3 次提交
  14. 03 12月, 2013 6 次提交
  15. 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
  16. 19 10月, 2013 2 次提交
  17. 15 10月, 2013 3 次提交