1. 15 10月, 2013 5 次提交
  2. 27 9月, 2013 4 次提交
  3. 29 8月, 2013 2 次提交
  4. 27 8月, 2013 1 次提交
  5. 17 8月, 2013 1 次提交
  6. 06 8月, 2013 2 次提交
  7. 23 7月, 2013 5 次提交
  8. 25 6月, 2013 1 次提交
  9. 19 6月, 2013 1 次提交
  10. 13 6月, 2013 1 次提交
    • S
      ath9k: Fix noisefloor calibration · 696df785
      Sujith Manoharan 提交于
      The commits,
      
      "ath9k: Fix regression in channelwidth switch at the same channel"
      "ath9k: Fix invalid noisefloor reading due to channel update"
      
      attempted to fix noisefloor calibration when a channel switch
      happens due to HT20/HT40 bandwidth change. This is causing invalid
      readings resulting in messages like:
      
      "ath: phy16: NF[0] (-45) > MAX (-95), correcting to MAX".
      
      This results in an incorrect noise being used initially for reporting
      the signal level of received packets, until NF calibration is done
      and the history buffer is updated via the ANI timer, which happens
      much later.
      
      When a bandwidth change happens, it is appropriate to reset
      the internal history data for the channel. Do this correctly in the
      reset() routine by checking the "chanmode" variable.
      
      Cc: stable@vger.kernel.org
      Cc: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      696df785
  11. 04 6月, 2013 2 次提交
  12. 25 5月, 2013 2 次提交
  13. 23 5月, 2013 1 次提交
  14. 24 4月, 2013 1 次提交
  15. 23 4月, 2013 1 次提交
  16. 09 4月, 2013 1 次提交
  17. 26 3月, 2013 1 次提交
  18. 07 3月, 2013 2 次提交
  19. 28 2月, 2013 1 次提交
    • F
      ath9k_hw: improve reset reliability after errors · 3412f2f0
      Felix Fietkau 提交于
      On many different chips, important aspects of the MAC state are not
      fully cleared by a warm reset. This can show up as tx/rx hangs, those
      annoying "DMA failed to stop in 10 ms..." messages or other quirks.
      
      On AR933x, the chip can occasionally get stuck in a way that only a
      driver unload/reload or a reboot would bring it back to life.
      
      With this patch, a full reset is issued when bringing the chip out of
      FULL-SLEEP state (after idle), or if either Rx or Tx was not shut down
      properly. This makes the DMA related error messages disappear completely
      in my tests on AR933x, and the chip does not get stuck anymore.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3412f2f0
  20. 09 2月, 2013 1 次提交
  21. 23 1月, 2013 3 次提交
  22. 08 1月, 2013 1 次提交