On 06/26/2014 01:06 PM, Johannes Berg wrote: > On Thu, 2014-06-26 at 11:20 -0700, Ben Greear wrote: >> Depending on firmware loaded (and/or module options), a different >> number of vdev interfaces may be supported. >> >> Can we remove the const from the "struct ieee80211_iface_limit *limits" >> member of ieee80211_iface_combination? > > No, it would break drivers who actually have a static const for the > pointer target. That could be easily fixed, eh? > You don't have to assign something that's const, but you also can't be > changing it on the fly after wiphy registration anyway. This would be done before registration. I like static init for defaults, but wanted to poke a few variables at run-time based on firmware, etc. Thanks, Ben > > johannes > -- Ben Greear <greearb@xxxxxxxxxxxxxxx> Candela Technologies Inc http://www.candelatech.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html