1. 05 4月, 2011 2 次提交
  2. 31 3月, 2011 13 次提交
  3. 15 3月, 2011 1 次提交
  4. 29 1月, 2011 1 次提交
  5. 22 1月, 2011 1 次提交
  6. 20 1月, 2011 1 次提交
  7. 23 12月, 2010 1 次提交
  8. 21 12月, 2010 2 次提交
    • F
      ath9k_hw: fix PA predistortion HT40 mask · f1a8abb0
      Felix Fietkau 提交于
      The commit 'ath9k_hw: Disable PAPRD for rates with low Tx power' changed
      the code that sets the PAPRD rate masks to use only either the HT20 mask
      or the HT40 mask. This is wrong, as the hardware can still use HT20 rates
      even when configured for HT40, and the operating channel mode does not
      affect PAPRD operation.
      The register for the HT40 rate mask is applied as a mask on top of the
      other registers to selectively disable PAPRD for specific rates on HT40
      packets only.
      This patch changes the code back to the old behavior which matches the
      intended use of these registers. While with current cards this should not
      make any practical difference (according to Atheros, the HT20 and HT40
      mask should always be equal), it is more correct that way, and maybe
      the HT40 mask will be used for some rare corner cases in the future.
      
      Cc: Vasanthakumar Thiagarajan <vasanth@atheros.com>
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f1a8abb0
    • F
      ath9k_hw: remove baseband rfsilent support · 55821324
      Felix Fietkau 提交于
      When rfkill is enabled, ath9k_hw unnecessarily configured the baseband to
      turn off based on GPIO input, however that code was hardcoded to GPIO 0
      instead of ah->rfkill_gpio.
      Since ath9k uses software rfkill anyway, this code is completely unnecessary
      and should be removed in case anything else ever uses GPIO 0.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      55821324
  9. 17 12月, 2010 3 次提交
  10. 14 12月, 2010 6 次提交
  11. 08 12月, 2010 5 次提交
  12. 01 12月, 2010 1 次提交
  13. 18 11月, 2010 1 次提交
  14. 17 11月, 2010 2 次提交