Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 03:09:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 213237] ndis does not create network interface
Message-ID:  <bug-213237-2472-gMIP01jcls@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213237-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213237-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213237

--- Comment #7 from ota@j.email.ne.jp ---
Created attachment 182606
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182606&action=
=3Dedit
Add ifp pointer check

ifnet *ifp pointer became a member of a union.
direct pointer access to ifp resulted in incompatible structure in net80211
mode.
Thus, I added flag check and adjusted few of callbacks.

This is tested on 11.0-REELASE.

For longer term solution, I think it is best to split ifnet and ieee80211
handling.
However, I tried with less changes to minimize impact and ease branch merge=
 for
this.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213237-2472-gMIP01jcls>