svn commit: r228399 - head/sys/dev/bwn

Eitan Adler eadler at FreeBSD.org
Sat Dec 10 21:05:06 UTC 2011


Author: eadler (ports committer)
Date: Sat Dec 10 21:05:06 2011
New Revision: 228399
URL: http://svn.freebsd.org/changeset/base/228399

Log:
  - fix typo
  
  Approved by:	kib@

Modified:
  head/sys/dev/bwn/if_bwnvar.h

Modified: head/sys/dev/bwn/if_bwnvar.h
==============================================================================
--- head/sys/dev/bwn/if_bwnvar.h	Sat Dec 10 18:42:00 2011	(r228398)
+++ head/sys/dev/bwn/if_bwnvar.h	Sat Dec 10 21:05:06 2011	(r228399)
@@ -714,7 +714,7 @@ struct bwn_txhdr {
 			uint16_t	tx_status;
 			struct bwn_plcp6	rts_plcp;
 			uint8_t		rts_frame[16];
-			uint8_t		pad1[2];;
+			uint8_t		pad1[2];
 			struct bwn_plcp6	plcp;
 		} __packed old;
 		/* format > r410 */


More information about the svn-src-head mailing list