projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e863a
)
iwlagn: change default ACK/CTS MASK setting for WiFi/BT coex
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 8 Nov 2010 20:37:20 +0000
(12:37 -0800)
committer
Wey-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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index a3cd8117f6e35ee4ee0cde274cc91d2b6324418a..9c1b7fbef0994b2ee511a3c59274b5950f3bd669 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-commands.h
@@
-2450,8
+2450,8
@@
struct iwl_bt_cmd {
#define IWLAGN_BT3_T7_DEFAULT 1
-#define IWLAGN_BT_KILL_ACK_MASK_DEFAULT cpu_to_le32(0xffff
ffff
)
-#define IWLAGN_BT_KILL_CTS_MASK_DEFAULT cpu_to_le32(0xffff
ffff
)
+#define IWLAGN_BT_KILL_ACK_MASK_DEFAULT cpu_to_le32(0xffff
0000
)
+#define IWLAGN_BT_KILL_CTS_MASK_DEFAULT cpu_to_le32(0xffff
0000
)
#define IWLAGN_BT3_PRIO_SAMPLE_DEFAULT 2