freebsd-dev/sys/dev/ipw
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_ipw.c Minor cleanup of vap create work: 2008-05-12 00:15:30 +00:00
if_ipwreg.h Update ipw to work with the new net80211 stack, plus other driver improvements. 2007-10-12 05:23:00 +00:00
if_ipwvar.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00