From: Emmanuel Grumbach Date: Sun, 10 Mar 2013 18:15:24 +0000 (+0200) Subject: iwlwifi: mvm: fix the {ack,cts}_kill_msk X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~117^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7e662ba7e39211034d00088e538f40251f01a4;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed