This should have been checked in as part of the last update to if_ndis.c:
add yet another member to the ndis_softc as part of the workaround for the net80211 dain bramage.
This commit is contained in:
parent
307ca1d625
commit
5d2b8edda2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125076
@ -102,6 +102,7 @@ struct ndis_softc {
|
||||
int ndis_link;
|
||||
uint32_t ndis_filter;
|
||||
int ndis_if_flags;
|
||||
int ndis_skip;
|
||||
|
||||
struct sysctl_ctx_list ndis_ctx;
|
||||
struct sysctl_oid *ndis_tree;
|
||||
|
Loading…
Reference in New Issue
Block a user