> I'm in the process of writing the PSARC fast-track which will update UV > given the fast-path and code-review developments, and there is one thing > sticks out at me while writing it. I think it would be addressed with a > very minor update to the code (which I could do within minutes if need be.) > > The issue is that we have a new m_dev field in mac_register_t which only > the sofmac module can fill in. This is awkward to me since we now have a > project-private field in a (to-be) public structure. We also have a > project-private MAC_CAPAB_LEGACY MAC capability which was designed to > return information specific to softmac. It would seem entirely > appropriate to me to return this dev_t as part of the capability data for > this capability. > > Thoughts?
Sorry for the delay. Seems like a reasonable change to make. -- meem
