From: Johannes Berg <johannes@sipsolutions.net>
To: Michael Wu <flamingice@sourmilk.net>
Cc: "John W. Linville" <linville@tuxdriver.com>, netdev@vger.kernel.org
Subject: Re: New stuff in wireless-dev, wireless developers please pull...
Date: Fri, 03 Nov 2006 10:06:22 +0100 [thread overview]
Message-ID: <1162544782.2923.15.camel@ux156> (raw)
In-Reply-To: <1162543492.2923.6.camel@ux156>
> It doesn't seem to compile on my system:
>
> net/built-in.o: In function `iw_send_thrspy_event':
> wext-old.c:(.text+0x67672): undefined reference to `wireless_send_event'
Uh, common is missing. Adjust net/wireless/Makefile like this:
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
I'd be surprised if that patch applies. I generated it by hand :P
What would be cool if I could go to gitweb, edit the file and get a diff
out :) gitwiki.
--- a/net/wireless/Makefile
+++ b/net/wireless/Makefile
@@ -12,6 +12,6 @@
# this needs to be compiled in...
obj-$(CONFIG_CFG80211_WEXT_COMPAT) += wext-compat.o
-obj-$(CONFIG_CFG80211_WEXTNL_COMPAT)$(CONFIG_NET_WIRELESS_RTNETLINK) += wext-common.o
+obj-$(CONFIG_CFG80211_WEXTNL_COMPAT)$(CONFIG_NET_WIRELESS) += wext-common.o
obj-y += $(obj-yy) $(obj-yn) $(obj-ny)
next prev parent reply other threads:[~2006-11-03 9:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-03 4:30 New stuff in wireless-dev, wireless developers please pull John W. Linville
2006-11-03 6:42 ` Michael Wu
2006-11-03 8:44 ` Johannes Berg
2006-11-03 9:06 ` Johannes Berg [this message]
2006-11-03 11:16 ` Johannes Berg
2006-11-03 9:07 ` Johannes Berg
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=1162544782.2923.15.camel@ux156 \
--to=johannes@sipsolutions.net \
--cc=flamingice@sourmilk.net \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.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).