commit | 9019f646b2da436da557e58c3fe3a2dfda440a55 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Fri Sep 05 08:03:15 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 09 15:27:21 2014 -0400 |
tree | 44772a71c1d6ab0c8c74b305a94f3d9d06694dfd | |
parent | fdcf1bd44f5c8892255aefffa681426049670319 [diff] |
ath9k: Fix RX filter calculation If multiple channel contexts are active, then the opmode can be different in each context. Since the RX filter is calculated in ath_startrecv() before switching to the new opmode, the wrong filters are chosen. Fix this by calling ath9k_calculate_summary_state() before the RX module is started. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>