diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-08-25 23:10:57 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:25:33 -0400 |
commit | fee84f0dc45f40eabbddf619d5ec18d456c5185a (patch) | |
tree | e3ef871b14584d3e256f67be5e37155daa0091c8 /drivers/net/wireless/iwlwifi/iwl-shared.h | |
parent | 6a9ae0dc1d4ed6a2007aea14e41d9ba0ae1e3fd4 (diff) | |
download | lwn-fee84f0dc45f40eabbddf619d5ec18d456c5185a.tar.gz lwn-fee84f0dc45f40eabbddf619d5ec18d456c5185a.zip |
iwlagn: more comments for bt channel inhibition
Add comments for better description
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-shared.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-shared.h b/drivers/net/wireless/iwlwifi/iwl-shared.h index ec71ec7e1fc4..6c20d03a2b72 100644 --- a/drivers/net/wireless/iwlwifi/iwl-shared.h +++ b/drivers/net/wireless/iwlwifi/iwl-shared.h @@ -91,7 +91,7 @@ struct iwl_mod_params { int power_level; /* def: 1 = power level */ u32 debug_level; /* levels are IWL_DL_* */ int ant_coupling; - bool bt_ch_announce; + bool bt_ch_announce; /* def: enable = BT channel inhibition */ int wanted_ucode_alternative; bool auto_agg; /* def: true = enable agg. without check */ }; |