Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 21:17:49 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133349 for review
Message-ID:  <200801152117.m0FLHn1E043708@repoman.freebsd.org>

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

Change 133349 by sam@sam_ebb on 2008/01/15 21:17:28

	correct typo

Affected files ...

.. //depot/projects/vap/sys/dev/wi/if_wivar.h#7 edit

Differences ...

==== //depot/projects/vap/sys/dev/wi/if_wivar.h#7 (text+ko) ====

@@ -172,9 +172,9 @@
 
 	u_int16_t		sc_txbuf[IEEE80211_MAX_LEN/2];
 
-	struct wi_tx_radiotap_header sc_tx_th
+	struct wi_tx_radiotap_header sc_tx_th;
 	int			sc_tx_th_len;
-	struct wi_rx_radiotap_header sc_rx_th
+	struct wi_rx_radiotap_header sc_rx_th;
 	int			sc_rx_th_len;
 };
 



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