wifi: Make sure TX or RX event is canceled in WifiPhy::Reset
This commit is contained in:
committed by
Sébastien Deronne
parent
c645f7240c
commit
2c73b9e59c
@@ -1869,6 +1869,8 @@ WifiPhy::Reset()
|
||||
{
|
||||
phyEntity.second->CancelAllEvents();
|
||||
}
|
||||
m_endPhyRxEvent.Cancel();
|
||||
m_endTxEvent.Cancel();
|
||||
SwitchMaybeToCcaBusy(nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user