Linux wireless drivers development
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@openwrt.org>
To: Sujith Manoharan <sujith@msujith.org>
Cc: John Linville <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org
Subject: Re: [PATCH 2/2] ath9k: Run the LNA combining algorithm properly
Date: Wed, 07 Aug 2013 09:18:17 +0200	[thread overview]
Message-ID: <5201F4B9.1080109@openwrt.org> (raw)
In-Reply-To: <1375858768-24655-3-git-send-email-sujith@msujith.org>

On 2013-08-07 8:59 AM, Sujith Manoharan wrote:
> From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
> 
> The LNA combining algorithm has to be run for cards
> that support the required diversity features, make
> sure that that correct conditions are met before
> enabing this algorithm.
> 
> Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
> ---
>  drivers/net/wireless/ath/ath9k/recv.c | 46 ++++++++++++++++++++++-------------
>  1 file changed, 29 insertions(+), 17 deletions(-)
> 
> diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c
> index 865e043..e359557 100644
> --- a/drivers/net/wireless/ath/ath9k/recv.c
> +++ b/drivers/net/wireless/ath/ath9k/recv.c
> @@ -1156,7 +1156,8 @@ int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp)
>  	struct ath_buf *bf;
>  	struct sk_buff *skb = NULL, *requeue_skb, *hdr_skb;
>  	struct ieee80211_rx_status *rxs;
> -	struct ath_hw *ah = sc->sc_ah;
> +	struct ath_hw *ah = sc->sc_ah
> +;	struct ath9k_hw_capabilities *pCap = &ah->caps;
>  	struct ath_common *common = ath9k_hw_common(ah);
>  	struct ieee80211_hw *hw = sc->hw;
>  	struct ieee80211_hdr *hdr;
Misplaced semicolon

  reply	other threads:[~2013-08-07  7:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07  6:59 [PATCH 0/2] Antenna diversity fixes Sujith Manoharan
2013-08-07  6:59 ` [PATCH 1/2] ath9k: Fix BTCOEX usage for RX diversity Sujith Manoharan
2013-08-07  6:59 ` [PATCH 2/2] ath9k: Run the LNA combining algorithm properly Sujith Manoharan
2013-08-07  7:18   ` Felix Fietkau [this message]
2013-08-07  7:18     ` Sujith Manoharan
2013-08-07  7:24   ` [PATCH v2 " Sujith Manoharan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5201F4B9.1080109@openwrt.org \
    --to=nbd@openwrt.org \
    --cc=ath9k-devel@lists.ath9k.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=sujith@msujith.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox