Back out previous commit.

This works for wi(4), but apparantly other wireless drivers seem to do
the right thing.

Submitter and yours truly both got Mislead(tm).

Submitted by:	udp <udp@sneakerz.org>
This commit is contained in:
asmodai 2001-11-15 16:55:39 +00:00
parent 1489a326fa
commit 369c63dd8d

View File

@ -164,8 +164,6 @@ media_status(s, info)
/* XXX: Different value for adhoc? */
if (ifmr.ifm_status & IFM_ACTIVE)
printf("associated");
else if (ifmr.ifm_status & IFM_AVALID)
printf("ad hoc");
else
printf("no carrier");
break;