mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- fix typo
Approved by: kib@
This commit is contained in:
parent
c5ecbfb410
commit
a506169a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue