iwlwifi: mvm: fix the ACK / CTS kill mask upon RSSI event
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 25 Jun 2013 18:57:08 +0000 (21:57 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jul 2013 13:13:27 +0000 (16:13 +0300)
commit8e0366f9c7ceefaa1c9fdb9529d23011d655d49c
treebf7029853264ad9f364a8de20b401e96f67e7ae2
parent41069b4631b98646b530bdbd545b7574faccecf9
iwlwifi: mvm: fix the ACK / CTS kill mask upon RSSI event

If a vif's RSSI gets good enough, we can enable reduced
Tx power. If so, we need to update the ACK / CTS kill mask
accordingly. Since the auditing for the interfaces was bad,
we enabled reduced Tx power, but didn't update the ACK / CTS
kill mask.
This is harmless since the firmware is most likely to
discard this setting anyway, but it is a good practice
to update it.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/mvm/bt-coex.c