diff --git a/src/devices/wifi/dcf-manager.cc b/src/devices/wifi/dcf-manager.cc index 9ffbb75db..7b93da140 100644 --- a/src/devices/wifi/dcf-manager.cc +++ b/src/devices/wifi/dcf-manager.cc @@ -220,7 +220,7 @@ DcfManager::DoGrantAccess (void) { DcfState *state = *i; if (state->NeedsAccess () && - GetBackoffEndFor (state) < Simulator::Now ()) + GetBackoffEndFor (state) <= Simulator::Now ()) { /** * This is the first dcf we find with an expired backoff and which