From a506169a2b5c1eed3d772875d473cd938d7ea54e Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 10 Dec 2011 21:05:06 +0000 Subject: [PATCH] - fix typo Approved by: kib@ --- sys/dev/bwn/if_bwnvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bwn/if_bwnvar.h b/sys/dev/bwn/if_bwnvar.h index 461587dd6c3..f6647b0f4f5 100644 --- a/sys/dev/bwn/if_bwnvar.h +++ b/sys/dev/bwn/if_bwnvar.h @@ -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 */