On Mon, 2016-10-10 at 17:36 +0530, Purushottam Kushwaha wrote: > Move growing parameter list to a structure for check/iter combination > functions in cfg80211 and mac80211. Looking at this, and how it changes brcmfmac, I'd prefer you did this as the first patch in the series so we only have to touch that once. Also, for the conversions, consider C99 initializers instead of the memset() and setting values. Then perhaps we can also consider squashing the first and third patch, but let's keep them separate for now. johannes