From: Ben Hutchings <hidden> Date: 2011-03-05 12:31:06
On Wed, 2011-03-02 at 18:32 -0500, bookjovi@gmail.com wrote:
From: Jovi Zhang <redacted>
this commit fix compilation warning as following:
net/mac80211/tx.c:1753: warning: unused variable mppath
[...]
You clearly didn't try building this with CONFIG_MAC80211_MESH enabled.
Ben.
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
On Sun, Mar 6, 2011 at 12:30 AM, Larry Finger [off-list ref] wrote:
On 03/05/2011 07:52 AM, Jovi Zhang wrote:
quoted
On Sat, Mar 5, 2011 at 8:31 PM, Ben Hutchings[off-list ref]
wrote:
quoted
On Wed, 2011-03-02 at 18:32 -0500, bookjovi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
quoted
From: Jovi Zhang<redacted>
this commit fix compilation warning as following:
net/mac80211/tx.c:1753: warning: unused variable mppath
[...]
You clearly didn't try building this with CONFIG_MAC80211_MESH enabled.
Sorry, indeed, maybe should be like this:
+#ifdef CONFIG_MAC80211_MESH
struct mesh_path *mppath = NULL;
+#endif
Linville likes "struct mesh_path *mppath __maybe_unused = NULL;" over the
ifdef form.
That's better, Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html