diff --git a/device/device.cpp b/device/device.cpp index ddf3f23..6fdbb9d 100644 --- a/device/device.cpp +++ b/device/device.cpp @@ -2090,10 +2090,6 @@ std::optional Device::sendEthPhyMsg(const EthPhyMessage& message, report(APIEvent::Type::EthPhyRegisterControlNotAvailable, APIEvent::Severity::Error); return std::nullopt; } - if(!isOnline()) { - report(APIEvent::Type::DeviceCurrentlyOffline, APIEvent::Severity::Error); - return std::nullopt; - } std::vector bytes; HardwareEthernetPhyRegisterPacket::EncodeFromMessage(message, bytes, report);