diff --git a/src/server/library/NetDevice.cpp b/src/server/library/NetDevice.cpp index 557ffd7..36b0895 100644 --- a/src/server/library/NetDevice.cpp +++ b/src/server/library/NetDevice.cpp @@ -174,11 +174,6 @@ QString NetDevice::mediaStatusAsString(){ QString status; switch (IFM_TYPE(ifm.ifm_active)){ - case IFM_FDDI: - case IFM_TOKEN: - if (ifm.ifm_status & IFM_ACTIVE) status = "inserted"; - else status = "no ring"; - break; case IFM_IEEE80211: if (ifm.ifm_status & IFM_ACTIVE) status = "associated"; else status = "no carrier";