1. 21 6月, 2012 2 次提交
  2. 07 6月, 2012 2 次提交
  3. 16 5月, 2012 1 次提交
    • S
      ath9k_hw: Fix RTT calibration · 8a90555f
      Sujith Manoharan 提交于
      This patch fixes multiple issues with the current RTT
      implementation in ath9k.
      
      * The data that is obtained from the RTT interface registers
        are stored in 31:5 - mask out the extra bits when reading them.
      
      * A history buffer is maintained which is not needed at all.
        Remove this array and just store the baseband data for each
        chain (or bank).
      
      * A 'num_readings' variable was being used to handle the
        last entry. But it was being used in an improper manner, with
        the result that the RTT values were never being written
        to the RTT Interface registers. Fix this by using a simple
        flag.
      
      * Stop baseband operations before programming the calibration values
        to the HW.
      
      * Do not restore RX gain settings as part of RTT.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8a90555f
  4. 24 4月, 2012 3 次提交
  5. 17 4月, 2012 1 次提交
  6. 13 4月, 2012 1 次提交
  7. 16 3月, 2012 8 次提交
  8. 28 2月, 2012 8 次提交
  9. 22 2月, 2012 1 次提交
  10. 05 1月, 2012 1 次提交
  11. 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
  12. 16 12月, 2011 2 次提交
  13. 07 12月, 2011 1 次提交
  14. 01 12月, 2011 3 次提交
  15. 18 11月, 2011 1 次提交
  16. 09 11月, 2011 1 次提交
  17. 15 10月, 2011 3 次提交