Remove the IFM_[FDDI/TOKEN] usage in SysAdm. Removed from upstream FreeBSD.

This commit is contained in:
Ken Moore
2018-06-12 09:26:41 -04:00
parent 25177739c2
commit aab6f484ef

View File

@@ -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";