diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-19 12:47:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-08 20:56:08 -0400 |
commit | 9a00be04e66cc025ab4558d34620615d5c4de5b6 (patch) | |
tree | 7b9cddcf7ca522f0ff3980b822b719824f85e9a2 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | a70453b5d04b628e7c9e2fd1db106a20db507930 (diff) |
iwlwifi: add BT reduced tx power flag
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 296347a8290f..c212e539f4f7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -1891,7 +1891,7 @@ struct iwl_bt_cmd { | |||
1891 | #define IWLAGN_BT_VALID_3W_TIMERS cpu_to_le16(BIT(3)) | 1891 | #define IWLAGN_BT_VALID_3W_TIMERS cpu_to_le16(BIT(3)) |
1892 | #define IWLAGN_BT_VALID_KILL_ACK_MASK cpu_to_le16(BIT(4)) | 1892 | #define IWLAGN_BT_VALID_KILL_ACK_MASK cpu_to_le16(BIT(4)) |
1893 | #define IWLAGN_BT_VALID_KILL_CTS_MASK cpu_to_le16(BIT(5)) | 1893 | #define IWLAGN_BT_VALID_KILL_CTS_MASK cpu_to_le16(BIT(5)) |
1894 | #define IWLAGN_BT_VALID_BT4_TIMES cpu_to_le16(BIT(6)) | 1894 | #define IWLAGN_BT_VALID_REDUCED_TX_PWR cpu_to_le16(BIT(6)) |
1895 | #define IWLAGN_BT_VALID_3W_LUT cpu_to_le16(BIT(7)) | 1895 | #define IWLAGN_BT_VALID_3W_LUT cpu_to_le16(BIT(7)) |
1896 | 1896 | ||
1897 | #define IWLAGN_BT_ALL_VALID_MSK (IWLAGN_BT_VALID_ENABLE_FLAGS | \ | 1897 | #define IWLAGN_BT_ALL_VALID_MSK (IWLAGN_BT_VALID_ENABLE_FLAGS | \ |
@@ -1900,7 +1900,7 @@ struct iwl_bt_cmd { | |||
1900 | IWLAGN_BT_VALID_3W_TIMERS | \ | 1900 | IWLAGN_BT_VALID_3W_TIMERS | \ |
1901 | IWLAGN_BT_VALID_KILL_ACK_MASK | \ | 1901 | IWLAGN_BT_VALID_KILL_ACK_MASK | \ |
1902 | IWLAGN_BT_VALID_KILL_CTS_MASK | \ | 1902 | IWLAGN_BT_VALID_KILL_CTS_MASK | \ |
1903 | IWLAGN_BT_VALID_BT4_TIMES | \ | 1903 | IWLAGN_BT_VALID_REDUCED_TX_PWR | \ |
1904 | IWLAGN_BT_VALID_3W_LUT) | 1904 | IWLAGN_BT_VALID_3W_LUT) |
1905 | 1905 | ||
1906 | struct iwl_basic_bt_cmd { | 1906 | struct iwl_basic_bt_cmd { |