From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Eckelmann Date: Fri, 05 Oct 2012 18:05:13 +0200 Subject: [ath9k-devel] [PATCHv2] ath9k_hw: Handle AR_INTR_SYNC_HOST1_FATAL on AR9003 In-Reply-To: <506EF975.7040909@openwrt.org> References: <1348756862-8788-1-git-send-email-sven@narfation.org> <1661867.OB0LbMnEW9@bentobox> <506EF975.7040909@openwrt.org> Message-ID: <1705773.eSZj456rS3@bentobox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Friday 05 October 2012 17:15:01 Felix Fietkau wrote: > Thanks for testing, but for submitting I'd prefer something simple, > how about this: > --- > --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.c > +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.c > @@ -1035,6 +1035,10 @@ static bool ar9003_hw_ani_control(struct > * is_on == 0 means MRC CCK is OFF (more noise imm) > */ > bool is_on = param ? 1 : 0; > + > + if (ah->caps.rx_chainmask == 1) > + break; > + > REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL, > AR_PHY_MRC_CCK_ENABLE, is_on); > REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL, Yes, looks good. Kind regards, Sven -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20121005/7828b49d/attachment.pgp