[Bug 213237] ndis does not create network interface

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 15 03:09:25 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213237

--- Comment #7 from ota at j.email.ne.jp ---
Created attachment 182606
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182606&action=edit
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.

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


More information about the freebsd-net mailing list