On Thu, 2014-01-16 at 14:06 +0100, Pontus Fuchs wrote: > When the netlink skb is exhausted split_start is left set. In the > subsequent retry, with a larger buffer, the dump is continued from the > failing point instead of from the beginning. > +static void split_start_inc(struct nl80211_dump_wiphy_state *state) > +{ > + if (state->split) > + state->split_start++; > +} Wouldn't it be easier to just reset it in this case? 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