PERFORCE change 132811 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Tue Jan  8 12:47:21 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=132811
Change 132811 by sam at sam_ebb on 2008/01/08 20:46:47
	radiotap hasn't needed the fixed size header crap for many years
Affected files ...
.. //depot/projects/vap/sys/dev/wi/if_wivar.h#6 edit
Differences ...
==== //depot/projects/vap/sys/dev/wi/if_wivar.h#6 (text+ko) ====
@@ -172,19 +172,11 @@
 
 	u_int16_t		sc_txbuf[IEEE80211_MAX_LEN/2];
 
-	union {
-		struct wi_tx_radiotap_header th;
-		u_int8_t	pad[64];
-	} u_tx_rt;
+	struct wi_tx_radiotap_header sc_tx_th
 	int			sc_tx_th_len;
-	union {
-		struct wi_rx_radiotap_header th;
-		u_int8_t	pad[64];
-	} u_rx_rt;
+	struct wi_rx_radiotap_header sc_rx_th
 	int			sc_rx_th_len;
 };
-#define	sc_tx_th		u_tx_rt.th
-#define	sc_rx_th		u_rx_rt.th
 
 /* maximum consecutive false change-of-BSSID indications */
 #define	WI_MAX_FALSE_SYNS		10	
    
    
More information about the p4-projects
mailing list