|
@@ -724,7 +724,7 @@ static int iwl_mvm_sar_get_ewrd_table(struct iwl_mvm *mvm)
|
|
|
|
|
|
|
|
for (i = 0; i < n_profiles; i++) {
|
|
for (i = 0; i < n_profiles; i++) {
|
|
|
/* the tables start at element 3 */
|
|
/* the tables start at element 3 */
|
|
|
- static int pos = 3;
|
|
|
|
|
|
|
+ int pos = 3;
|
|
|
|
|
|
|
|
/* The EWRD profiles officially go from 2 to 4, but we
|
|
/* The EWRD profiles officially go from 2 to 4, but we
|
|
|
* save them in sar_profiles[1-3] (because we don't
|
|
* save them in sar_profiles[1-3] (because we don't
|