From: Mohammed Shafi Shajakhan Date: Fri, 6 Jul 2012 14:39:16 +0000 (+0530) Subject: ath9k: Fix MCI cleanup X-Git-Tag: v3.6-rc1~125^2~57^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd89f05a7572684bbbc1483c60418504cc91cfe6;p=pandora-kernel.git ath9k: Fix MCI cleanup We are doing MCI cleanup eventhough BTCOEX is not enabled via module parameter. This means we do ath_mci_cleanup though we skipped calling ath_mci_setup. Yet it does not causes any issues now as we free the DMA buffer allocated only when it is allocated during ath_mci_setup. Reviewed-by: Bala Shanmugam Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- Reading git-diff-tree failed