Re: [PATCH] nl80211: use small state buffer for wiphy_dump
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-06-24 13:47:41
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-06-24 13:47:41
On Wed, 2013-06-19 at 11:00 +0200, Johannes Berg wrote:
From: Johannes Berg <redacted> Avoid parsing the original dump message again and again by allocating a small state struct that is used by the functions involved in the dump, storing this struct in cb->args[0]. This reduces the memory allocation size as well.
Applied. johannes