1. 12 9月, 2012 3 次提交
  2. 18 7月, 2012 1 次提交
  3. 10 7月, 2012 3 次提交
  4. 23 6月, 2012 2 次提交
  5. 21 6月, 2012 2 次提交
  6. 07 6月, 2012 1 次提交
  7. 03 5月, 2012 1 次提交
  8. 24 4月, 2012 4 次提交
  9. 18 4月, 2012 1 次提交
  10. 14 4月, 2012 1 次提交
    • S
      ath9k_hw: Remove BTCOEX initvals · f58cc809
      Sujith Manoharan 提交于
      The MAX_TXPWR table for BTCOEX is not needed for AR9462.
      Programming these values to the HW results in undesirable
      behavior - for example, large number of delimiter/data
      underruns are seen in AES-CCMP mode. Also, registers like
      AR_PCU_MISC_MODE2 return 0xdeadbeef after the BTCOEX_MAX
      power table is programmed to the HW, and frames being transmitted
      end up being looped back to the RX engine, an example being beacon
      frames in IBSS mode.
      
      Remove this table for now - this fixes CCMP performance and general
      IBSS usage.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f58cc809
  11. 13 4月, 2012 1 次提交
  12. 10 4月, 2012 1 次提交
    • R
      ath9k_hw: improve ANI processing and rx desensitizing parameters · 54da20d8
      Rajkumar Manoharan 提交于
      This patch improves ANI operations by switching among the immunity
      levels based on PHY errors and beacon rssi which will adjust receiver
      desensitizing parameters. The changes are
      
      * Configure the Weak Signal Detection based on current immunity value.
      * At highest OFDM immunity level poor performance was observed with
        strong interference. By tuning the FIR step and spur immunity levels
        and not changing any weak signal detection thresholds at any level
        helped to improve the performance.
      * ANI took long time to recover back to lower immunity levels on heavy
        data load. As the listen time got reset to zero before reaching to
        the 5x of aniperiod, the immunity level is not lowering back even
        without any interference. This patch fix that.
      
      Cc: Paul Stewart <pstew@google.com>
      Cc: Susinder Gulasekaran <susinder@qca.qualcomm.com>
      Signed-off-by: NSuresh Chandrasekaran <csuresh@qca.qualcomm.com>
      Signed-off-by: NRajkumar Manoharan <rmanohar@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      54da20d8
  13. 16 3月, 2012 2 次提交
  14. 28 2月, 2012 1 次提交
  15. 11 1月, 2012 1 次提交
  16. 20 12月, 2011 1 次提交
  17. 09 11月, 2011 1 次提交
  18. 01 11月, 2011 1 次提交
  19. 15 10月, 2011 3 次提交
  20. 12 10月, 2011 1 次提交
    • F
      ath9k_hw: clean up tx power handling · ca2c68cc
      Felix Fietkau 提交于
      The code for handling various restrictions concerning regulatory limits,
      antenna gain, etc. is very convoluted and duplicated across various
      EEPROM parsing implementations, making it hard to review.
      
      This patch partially cleans up the mess by unifying regulatory limit
      handling in one function and simplifying handling of antenna gain.
      It also removes unused transmit power scaling arrays from the EEPROM code,
      which belonged to an unimplemented API that isn't supposed to be in
      the driver anyway.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ca2c68cc
  21. 20 9月, 2011 1 次提交
  22. 17 9月, 2011 1 次提交
  23. 30 8月, 2011 1 次提交
  24. 25 8月, 2011 2 次提交
  25. 10 8月, 2011 1 次提交
  26. 23 6月, 2011 2 次提交