diff options
-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 | ||