aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-dev.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-19 09:48:01 -0700
committerJohn W. Linville <linville@tuxdriver.com>2012-05-08 20:56:08 -0400
commit354ce4a4ca613f31871b919e6a86f7fa4cea2582 (patch)
tree3d99643829b5c984282a971229be9d6b80474cc0 /drivers/net/wireless/iwlwifi/iwl-dev.h
parentiwlwifi: add BT reduced tx power flag (diff)
downloadlinux-dev-354ce4a4ca613f31871b919e6a86f7fa4cea2582.tar.xz
linux-dev-354ce4a4ca613f31871b919e6a86f7fa4cea2582.zip
iwlwifi: add checking for the condition to reduce tx power
When bluetooth coex is active and certain condition matched, driver need to decide should the tx power been reduce or not. Adding the logic to manage it. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h
index f70219c3b122..70062379d0ec 100644
--- a/drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/drivers/net/wireless/iwlwifi/iwl-dev.h
@@ -921,6 +921,7 @@ struct iwl_priv {
__le32 kill_ack_mask;
__le32 kill_cts_mask;
__le16 bt_valid;
+ bool reduced_txpower;
u16 bt_on_thresh;
u16 bt_duration;
u16 dynamic_frag_thresh;