Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2004 00:11:50 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 67701 for review
Message-ID:  <200412260011.iBQ0BoG0074410@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67701

Change 67701 by sam@sam_ebb on 2004/12/26 00:11:16

	recognize atheros ie's

Affected files ...

.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#34 edit

Differences ...

==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#34 (text+ko) ====

@@ -759,6 +759,8 @@
 				printie(" WPA", vp, 2+vp[1], maxcols);
 			else if (iswmeoui(vp))
 				printie(" WME", vp, 2+vp[1], maxcols);
+			else if (isatherosoui(vp))
+				printie(" ATH", vp, 2+vp[1], maxcols);
 			else
 				printie(" VEN", vp, 2+vp[1], maxcols);
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412260011.iBQ0BoG0074410>