On Fri, 2010-10-01 at 00:44 +0200, Johannes Berg wrote: > On Fri, 2010-10-01 at 08:41 +1000, Julian Calaby wrote: > > > > d) include two private pointers in each info > > > struct passed between all these operations > > > including doit(). (It's two because I'll > > > need two in nl80211 -- can be extended.) > > > > Stupid question: > > > > Why not have a priv struct rather than an arbitrary array of two pointers? > > It'd have to be dynamically allocated, and the "arbitrary" array of two > pointers can be on the stack. Maybe I should elaborate -- a priv struct basically means just a single pointer, and then I'd have to allocate something to hold two pointers in nl80211 and assign it to that single pointer. johannes -- 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