We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a9e3b commit fbb1461Copy full SHA for fbb1461
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@ -1189,17 +1189,15 @@ static int iwl_mvm_inactivity_check(struct iwl_mvm *mvm, u8 alloc_for_sta)
1189
for_each_set_bit(i, &changetid_queues, IWL_MAX_HW_QUEUES)
1190
iwl_mvm_change_queue_tid(mvm, i);
1191
1192
+ rcu_read_unlock();
1193
+
1194
if (free_queue >= 0 && alloc_for_sta != IWL_MVM_INVALID_STA) {
1195
ret = iwl_mvm_free_inactive_queue(mvm, free_queue, queue_owner,
1196
alloc_for_sta);
- if (ret) {
- rcu_read_unlock();
1197
+ if (ret)
1198
return ret;
- }
1199
}
1200
1201
1202
-
1203
return free_queue;
1204
1205
0 commit comments