PERFORCE change 67701 for review

Sam Leffler sam at FreeBSD.org
Sat Dec 25 16:11:51 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67701

Change 67701 by sam at 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;


More information about the p4-projects mailing list