]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not call ndis_setstate_80211() until we are ready to associate, the vap may
authorthompsa <thompsa@FreeBSD.org>
Thu, 1 May 2008 05:11:33 +0000 (05:11 +0000)
committerthompsa <thompsa@FreeBSD.org>
Thu, 1 May 2008 05:11:33 +0000 (05:11 +0000)
commit078d0c4a42059d976fbeeb05e8fd5c1556b13246
tree25fac41bb3ffa759f28080edf5c3b86387d41043
parenta96561521e584f7ce37efdbc079f9f3d125f8f39
Do not call ndis_setstate_80211() until we are ready to associate, the vap may
not have been created yet and will panic. This requires ndis_scan() to always
set the SSID.

Reported by: Ben Kaduk
sys/dev/if_ndis/if_ndis.c