PERFORCE change 145336 for review

Sam Leffler sam at FreeBSD.org
Wed Jul 16 16:50:37 UTC 2008


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

Change 145336 by sam at sam_ebb on 2008/07/16 16:49:48

	private hack to allow compilation on releng7 (not to be committed)

Affected files ...

.. //depot/projects/vap/sbin/ifconfig/ifmedia.c#7 edit

Differences ...

==== //depot/projects/vap/sbin/ifconfig/ifmedia.c#7 (text+ko) ====

@@ -106,6 +106,9 @@
 	((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
 	 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR))
 #define	IFM_IEEE80211_STA	0
+#ifndef IFM_IEEE80211_WDS
+#define	IFM_IEEE80211_WDS	0
+#endif
 
 static void
 media_status(int s)


More information about the p4-projects mailing list