freebsd-src/sys/dev/if_ndis
Bill Paul f0aed0dbd0 Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driver
is for an 802.11 device or not. At least one driver I have does not
support the OID_802_11_NETWORK_TYPES_SUPPORTED OID.

Also, for now, don't do anything special in the ndis_suspend() method.
I originally wanted to shut down the NIC but leave the IFF_UP flag alone
since technically the interface is meant to remain up, but an interrupt
may be delivered to the ISR on suspend, and if this happens while the
NIC is halted, we will crash, since none of the miniport driver methods
will function.

This needs to be dealt with properly later, but for now this prevents
a panic, and the resume method properly re-inits the NIC.
2004-02-01 21:35:15 +00:00
..
if_ndis.c Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driver 2004-02-01 21:35:15 +00:00
if_ndisvar.h This should have been checked in as part of the last update to if_ndis.c: 2004-01-27 09:08:12 +00:00