diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-19 12:49:03 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-05-08 20:56:08 -0400 |
commit | 7edae184900429fccbeaaaabd5423c8bb82d9fb1 (patch) | |
tree | 7881dd752358837a6eb8e21abda3b73260fd9c49 | |
parent | 4aa79d91f02b531e50d439291e12cbd8ab31dd66 (diff) |
iwlwifi: small define change
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 5e02b4fcac0f..15e9bfb52856 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -1903,6 +1903,8 @@ struct iwl_bt_cmd { | |||
1903 | IWLAGN_BT_VALID_REDUCED_TX_PWR | \ | 1903 | IWLAGN_BT_VALID_REDUCED_TX_PWR | \ |
1904 | IWLAGN_BT_VALID_3W_LUT) | 1904 | IWLAGN_BT_VALID_3W_LUT) |
1905 | 1905 | ||
1906 | #define IWLAGN_BT_DECISION_LUT_SIZE 12 | ||
1907 | |||
1906 | struct iwl_basic_bt_cmd { | 1908 | struct iwl_basic_bt_cmd { |
1907 | u8 flags; | 1909 | u8 flags; |
1908 | u8 ledtime; /* unused */ | 1910 | u8 ledtime; /* unused */ |
@@ -1913,7 +1915,7 @@ struct iwl_basic_bt_cmd { | |||
1913 | u8 bt3_prio_sample_time; | 1915 | u8 bt3_prio_sample_time; |
1914 | u8 bt3_timer_t2_value; | 1916 | u8 bt3_timer_t2_value; |
1915 | __le16 bt4_reaction_time; /* unused */ | 1917 | __le16 bt4_reaction_time; /* unused */ |
1916 | __le32 bt3_lookup_table[12]; | 1918 | __le32 bt3_lookup_table[IWLAGN_BT_DECISION_LUT_SIZE]; |
1917 | __le16 bt4_decision_time; /* unused */ | 1919 | __le16 bt4_decision_time; /* unused */ |
1918 | __le16 valid; | 1920 | __le16 valid; |
1919 | }; | 1921 | }; |