Commit 4aa79d91 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville

iwlwifi: add reduced tx power threshold define

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 354ce4a4
...@@ -3634,6 +3634,9 @@ enum iwl_bt_coex_profile_traffic_load { ...@@ -3634,6 +3634,9 @@ enum iwl_bt_coex_profile_traffic_load {
(0x3<<BT_UART_MSG_2_FRAME7RESERVED_POS) (0x3<<BT_UART_MSG_2_FRAME7RESERVED_POS)
#define BT_ENABLE_REDUCED_TXPOWER_THRESHOLD (-62)
#define BT_DISABLE_REDUCED_TXPOWER_THRESHOLD (-65)
struct iwl_bt_uart_msg { struct iwl_bt_uart_msg {
u8 header; u8 header;
u8 frame1; u8 frame1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment