Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2003 17:01:38 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36380 for review
Message-ID:  <200308190001.h7J01c9l044215@repoman.freebsd.org>

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

Change 36380 by sam@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 */



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