diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-08-05 07:45:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-08-05 07:45:57 +0000 |
| commit | cb642e2945732b83fad84044e80e620469c3e12a (patch) | |
| tree | 419197ec825986054ab0ba4c99a0a2c3cbd6f73d /sys/dev | |
| parent | 7a4661f8559e7fb96bd498a7675de90b4ac194ff (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wi/if_wireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 4ce260edd58e..24eeefa592ba 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -474,7 +474,8 @@ struct wi_ltv_ver { struct wi_ltv_domains { u_int16_t wi_len; u_int16_t wi_type; - u_int16_t wi_domains[6]; + u_int16_t wi_num_dom; + u_int8_t wi_domains[10]; }; /* |
