]> Pileus Git - ~andy/linux/commitdiff
iwlagn: change default ACK/CTS MASK setting for WiFi/BT coex
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 8 Nov 2010 20:37:20 +0000 (12:37 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 16 Nov 2010 15:44:10 +0000 (07:44 -0800)
Change the default BT_KILL_ACK_MASK and BT_KILL_CTS_MASK for BT coex

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-commands.h

index a3cd8117f6e35ee4ee0cde274cc91d2b6324418a..9c1b7fbef0994b2ee511a3c59274b5950f3bd669 100644 (file)
@@ -2450,8 +2450,8 @@ struct iwl_bt_cmd {
 
 #define IWLAGN_BT3_T7_DEFAULT          1
 
-#define IWLAGN_BT_KILL_ACK_MASK_DEFAULT        cpu_to_le32(0xffffffff)
-#define IWLAGN_BT_KILL_CTS_MASK_DEFAULT        cpu_to_le32(0xffffffff)
+#define IWLAGN_BT_KILL_ACK_MASK_DEFAULT        cpu_to_le32(0xffff0000)
+#define IWLAGN_BT_KILL_CTS_MASK_DEFAULT        cpu_to_le32(0xffff0000)
 
 #define IWLAGN_BT3_PRIO_SAMPLE_DEFAULT 2