diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-08 15:37:20 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-16 10:44:10 -0500 |
commit | 05433df23cf16a9ccbdd35964aba781cdf455034 (patch) | |
tree | 855f62e6eb687550850e09a36d31c3f88ff62d40 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 66e863a527f9ed3a871797862aaf0d62b0954813 (diff) |
iwlagn: change default ACK/CTS MASK setting for WiFi/BT coex
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index a3cd8117f6e3..9c1b7fbef099 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -2450,8 +2450,8 @@ struct iwl_bt_cmd { | |||
2450 | 2450 | ||
2451 | #define IWLAGN_BT3_T7_DEFAULT 1 | 2451 | #define IWLAGN_BT3_T7_DEFAULT 1 |
2452 | 2452 | ||
2453 | #define IWLAGN_BT_KILL_ACK_MASK_DEFAULT cpu_to_le32(0xffffffff) | 2453 | #define IWLAGN_BT_KILL_ACK_MASK_DEFAULT cpu_to_le32(0xffff0000) |
2454 | #define IWLAGN_BT_KILL_CTS_MASK_DEFAULT cpu_to_le32(0xffffffff) | 2454 | #define IWLAGN_BT_KILL_CTS_MASK_DEFAULT cpu_to_le32(0xffff0000) |
2455 | 2455 | ||
2456 | #define IWLAGN_BT3_PRIO_SAMPLE_DEFAULT 2 | 2456 | #define IWLAGN_BT3_PRIO_SAMPLE_DEFAULT 2 |
2457 | 2457 | ||