From: Johannes Berg <johannes@sipsolutions.net>
To: Felix Fietkau <nbd@openwrt.org>
Cc: "Luis R. Rodriguez" <lrodriguez@atheros.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v3] compat: backport netlink changes used in the nl80211 cleanup
Date: Thu, 07 Oct 2010 20:39:28 +0200 [thread overview]
Message-ID: <1286476768.20974.29.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <4CADC341.40305@openwrt.org>
On Thu, 2010-10-07 at 14:55 +0200, Felix Fietkau wrote:
> +#define genl_info_net(_info) genl_info_net((_info)->info)
Need this instead:
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,32)
/* compat for even older kernels already defines this to &init_net */
#define genl_info_net(_info) genl_info_net((_info)->info)
#endif
johannes
next prev parent reply other threads:[~2010-10-07 18:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-07 11:59 [PATCH] compat: backport netlink changes used in the nl80211 cleanup Felix Fietkau
2010-10-07 12:46 ` [PATCH v2] " Felix Fietkau
2010-10-07 12:55 ` [PATCH v3] " Felix Fietkau
2010-10-07 18:39 ` Johannes Berg [this message]
2010-10-07 19:56 ` [PATCH v4] " Felix Fietkau
2010-10-07 21:48 ` Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1286476768.20974.29.camel@jlt3.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=lrodriguez@atheros.com \
--cc=nbd@openwrt.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).