iwlwifi: mvm: fix the {ack,cts}_kill_msk
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 10 Mar 2013 18:15:24 +0000 (20:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 20 Mar 2013 13:15:12 +0000 (14:15 +0100)
commit5b7e662ba7e39211034d00088e538f40251f01a4
tree3f061bd1377dd6fd79aa3fc6ebbf5db824656a13
parent571765c8598a86c81b658e55285643506770fb2d
iwlwifi: mvm: fix the {ack,cts}_kill_msk

The masks were wrong. They should be 0xffffffff when SCO,
HID or SNIFF profiles are used. They should be 0xffff0000
in any other case (default) to get a bit more throughput
when the BT profile allows for it.

Fix a debug print on the way.

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