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 */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"