1. 17 4月, 2012 1 次提交
  2. 13 4月, 2012 1 次提交
  3. 16 3月, 2012 8 次提交
  4. 28 2月, 2012 8 次提交
  5. 22 2月, 2012 1 次提交
  6. 05 1月, 2012 1 次提交
  7. 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
  8. 16 12月, 2011 2 次提交
  9. 07 12月, 2011 1 次提交
  10. 01 12月, 2011 3 次提交
  11. 18 11月, 2011 1 次提交
  12. 09 11月, 2011 1 次提交
  13. 15 10月, 2011 6 次提交
  14. 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
  15. 20 9月, 2011 1 次提交
  16. 17 9月, 2011 3 次提交