|
@@ -612,6 +612,9 @@ int iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
|
|
|
|
|
|
|
|
lockdep_assert_held(&mvm->mutex);
|
|
lockdep_assert_held(&mvm->mutex);
|
|
|
|
|
|
|
|
|
|
+ if (mvmvif->low_latency == value)
|
|
|
|
|
+ return 0;
|
|
|
|
|
+
|
|
|
mvmvif->low_latency = value;
|
|
mvmvif->low_latency = value;
|
|
|
|
|
|
|
|
res = iwl_mvm_update_quotas(mvm, NULL);
|
|
res = iwl_mvm_update_quotas(mvm, NULL);
|