PERFORCE change 36380 for review

Sam Leffler sam at FreeBSD.org
Mon Aug 18 17:01:43 PDT 2003


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

Change 36380 by sam at sam_ebb on 2003/08/18 17:01:24

	hack to enable definition of the radiotap-related data structures
	only if ieee80211_radiotap.h is previously included: insures user
	apps like wicontrol build w/o modification

Affected files ...

.. //depot/projects/netperf/sys/dev/wi/if_wireg.h#3 edit

Differences ...

==== //depot/projects/netperf/sys/dev/wi/if_wireg.h#3 (text+ko) ====

@@ -680,6 +680,7 @@
 #define WI_HFA386X_CR_A_D_TEST_MODES2 0x1A
 #define WI_HFA386X_CR_MANUAL_TX_POWER 0x3E
 
+#ifdef IEEE80211_RADIOTAP_F_CFP
 /*
  * Radio capture format for Prism.
  */
@@ -713,3 +714,4 @@
 	u_int16_t	wt_chan_freq;
 	u_int16_t	wt_chan_flags;
 };
+#endif /* IEEE80211_RADIOTAP_F_CFP */


More information about the p4-projects mailing list