freebsd-dev/sys/dev/if_ndis
Sam Leffler c43feede8b Minor cleanup of vap create work:
o add IEEE80211_C_STA capability to indicate sta mode is supported
  (was previously assumed) and mark drivers as capable
o add ieee80211_opcap array to map an opmode to the equivalent capability bit
o move IEEE80211_C_OPMODE definition to where capabilities are defined so it's
  clear it should be kept in sync (on future additions)
o check device capabilities in clone create before trying to create a vap;
  this makes driver checks unneeded
o make error codes return on failed clone request unique
o temporarily add console printfs on clone request failures to aid in
  debugging; these will move under DIAGNOSTIC or similar before release
2008-05-12 00:15:30 +00:00
..
if_ndis_pccard.c
if_ndis_pci.c
if_ndis_usb.c
if_ndis.c Minor cleanup of vap create work: 2008-05-12 00:15:30 +00:00
if_ndisvar.h - Associate from a taskq as we can deadlock on the ndis hal and the com lock. 2008-05-10 20:12:43 +00:00