1. 11 1月, 2011 3 次提交
  2. 06 1月, 2011 3 次提交
  3. 05 1月, 2011 19 次提交
  4. 23 12月, 2010 13 次提交
  5. 21 12月, 2010 2 次提交
    • F
      ath9k: do not limit the chainmask to 1 for legacy mode · d4d5dc3d
      Felix Fietkau 提交于
      Restricting the chainmask to 1 for legacy mode disables useful features
      such as MRC, and it reduces the available transmit power.
      I can't think of a good reason to do this in legacy mode, so let's just
      get rid of that code.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d4d5dc3d
    • 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