diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2004-03-11 09:40:00 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2004-03-11 09:40:00 +0000 |
| commit | 1e35c8564a93cc717bccc1a3c285258126b0835b (patch) | |
| tree | ccf752526b091f3262da3335c779e13ae76a5392 /sys/compat | |
| parent | e26bafdc256e5efd88241abfdb4e5acead45f81e (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/ndis/subr_ndis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/ndis/subr_ndis.c b/sys/compat/ndis/subr_ndis.c index 80f5180ba249..8543c8d8b0b0 100644 --- a/sys/compat/ndis/subr_ndis.c +++ b/sys/compat/ndis/subr_ndis.c @@ -472,6 +472,7 @@ ndis_setattr_ex(adapter_handle, adapter_ctx, hangsecs, block = (ndis_miniport_block *)adapter_handle; block->nmb_miniportadapterctx = adapter_ctx; block->nmb_checkforhangsecs = hangsecs; + block->nmb_flags = flags; return(NDIS_STATUS_SUCCESS); } |
