[ath9k-devel] [PATCH 2/2] ath9k: Run the LNA combining algorithm properly

2013-08-07 Thread Sujith Manoharan
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 ---

Re: [ath9k-devel] [PATCH 2/2] ath9k: Run the LNA combining algorithm properly

2013-08-07 Thread Felix Fietkau
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:

Re: [ath9k-devel] [PATCH 2/2] ath9k: Run the LNA combining algorithm properly

2013-08-07 Thread Sujith Manoharan
Felix Fietkau wrote: - 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