ath9k: Fix regression in LNA diversity
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 16 Sep 2013 04:54:51 +0000 (10:24 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 18:02:29 +0000 (14:02 -0400)
commitd29a5fd888918c35eb74496637d448ac37866c6e
treebdab406fde330813a7feabf9772e83304120e0b9
parent440c1c874a8e40a13fc2c799e05c469e1d67e9be
ath9k: Fix regression in LNA diversity

The commit "ath9k: Optimize LNA check" tried
to use the "rs_firstaggr" flag to optimize the LNA
combining algorithm when processing subframes in
an A-MPDU. This doesn't appear to work well in practice,
so revert it and use the old method of relying on
"rs_moreaggr".

Cc: stable@vger.kernel.org # 3.11
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c