Skip to content

Commit

Permalink
iwlagn: change default ACK/CTS MASK setting for WiFi/BT coex
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wey-Yi Guy committed Nov 16, 2010
1 parent 66e863a commit 05433df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05433df

Please sign in to comment.