iwlwifi: define minimum valid address for umac_error_event_table in cfg
We now have two different minimum valid values for umac_error_event_table. To avoid hardcoding the minimum value in the driver, add a value to cfg where it can be read from. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
@@ -396,6 +396,7 @@ struct iwl_cfg {
|
||||
u8 max_vht_ampdu_exponent;
|
||||
u8 ucode_api_max;
|
||||
u8 ucode_api_min;
|
||||
u32 min_umac_error_event_table;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user