diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 6de83d1e1eb..661918347d4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -232,6 +232,8 @@ struct iwl_mod_params { | |||
232 | * @adv_thermal_throttle: support advance thermal throttle | 232 | * @adv_thermal_throttle: support advance thermal throttle |
233 | * @support_ct_kill_exit: support ct kill exit condition | 233 | * @support_ct_kill_exit: support ct kill exit condition |
234 | * @support_wimax_coexist: support wimax/wifi co-exist | 234 | * @support_wimax_coexist: support wimax/wifi co-exist |
235 | * @plcp_delta_threshold: plcp error rate threshold used to trigger | ||
236 | * radio tuning when there is a high receiving plcp error rate | ||
235 | * | 237 | * |
236 | * We enable the driver to be backward compatible wrt API version. The | 238 | * We enable the driver to be backward compatible wrt API version. The |
237 | * driver specifies which APIs it supports (with @ucode_api_max being the | 239 | * driver specifies which APIs it supports (with @ucode_api_max being the |
@@ -288,6 +290,7 @@ struct iwl_cfg { | |||
288 | bool adv_thermal_throttle; | 290 | bool adv_thermal_throttle; |
289 | bool support_ct_kill_exit; | 291 | bool support_ct_kill_exit; |
290 | const bool support_wimax_coexist; | 292 | const bool support_wimax_coexist; |
293 | u8 plcp_delta_threshold; | ||
291 | }; | 294 | }; |
292 | 295 | ||
293 | /*************************** | 296 | /*************************** |