|
@@ -2159,6 +2159,13 @@ static void reg_process_pending_hints(void)
|
|
}
|
|
}
|
|
|
|
|
|
reg_process_hint(reg_request);
|
|
reg_process_hint(reg_request);
|
|
|
|
+
|
|
|
|
+ lr = get_last_request();
|
|
|
|
+
|
|
|
|
+ spin_lock(®_requests_lock);
|
|
|
|
+ if (!list_empty(®_requests_list) && lr && lr->processed)
|
|
|
|
+ schedule_work(®_work);
|
|
|
|
+ spin_unlock(®_requests_lock);
|
|
}
|
|
}
|
|
|
|
|
|
/* Processes beacon hints -- this has nothing to do with country IEs */
|
|
/* Processes beacon hints -- this has nothing to do with country IEs */
|