> I suppose this then can also be done early in the wiphy_register() > function itself, right? No, because of the shared channel data issue. If this is unconditionally in wiphy_register() then we can no longer guarantee that sharing it is acceptable - which it is today under certain circumstances the driver controls. This would move it out of driver control, making it never possible to share any more. > So does it mean the function can go in core.c again :-p If it is > likely there will be other properties being added it might justify > adding a new source file, eg. of.c, and only compile it when > CONFIG_OF is set. Just a thought. Yeah, whatever :) We can figure that out once we have the mechanisms in place. johannes