diff options
Diffstat (limited to 'sys/dev/bwn/if_bwnvar.h')
-rw-r--r-- | sys/dev/bwn/if_bwnvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwnvar.h b/sys/dev/bwn/if_bwnvar.h index 461587d..f6647b0 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 */ |