On 2013-08-07 8:59 AM, Sujith Manoharan wrote:
> From: Sujith Manoharan <c_man...@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_man...@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
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to