From: Emmanuel Grumbach Date: Sun, 8 Sep 2013 05:57:15 +0000 (+0300) Subject: iwlwifi: mvm: BT Coex - Correctly enable and treat rssi events X-Git-Tag: v3.13-rc1~105^2~55^2^2~52^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6fc57756bd8e89687b165280a9bdee290a7850a;p=pandora-kernel.git iwlwifi: mvm: BT Coex - Correctly enable and treat rssi events Rssi events were enabled on interfaces using 5.2GHz. Interfaces on 5.2GHz were taken into account while determining the ACK / CTS kill mask. Fix that. The last rssi notified to BT Coex was reset every BT Coex Notification. Since we get a lot of these notifications from the firmware, we reset the rssi all the time which means that the bt_rssi_event is called all the time. Fix that by puting the rssi we pull upon BT Coex notification into iwl_mvm_vif_bf_data.last_bt_coex_event Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed