From: Sujith Manoharan Date: Fri, 5 Sep 2014 02:33:15 +0000 (+0530) Subject: ath9k: Fix RX filter calculation X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9019f646b2da436da557e58c3fe3a2dfda440a55;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed