From: Ivo van Doorn <ivdoorn@gmail.com>
To: "John Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH] rt2x00: rename rt2x00lib.c
Date: Sat, 3 Mar 2007 18:55:06 +0100 [thread overview]
Message-ID: <200703031855.06488.IvDoorn@gmail.com> (raw)
It is best to rename rt2x00lib.c now, because we want to
link rt2x00debug.c and several other objects to it soon.
Patches for creating those new objects, which will link to
rt2x00lib as well will arrive soon.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
---
The rt2x00lib.c file has been renamed with the following command:
cg-mv drivers/net/wireless/mac80211/rt2x00/rt2x00lib.c drivers/net/wireless/mac80211/rt2x00/rt2x00dev.c
diff --git a/drivers/net/wireless/mac80211/rt2x00/Makefile b/drivers/net/wireless/mac80211/rt2x00/Makefile
index 10c7d9a..f9f9810 100644
--- a/drivers/net/wireless/mac80211/rt2x00/Makefile
+++ b/drivers/net/wireless/mac80211/rt2x00/Makefile
@@ -1,3 +1,5 @@
+rt2x00lib-objs := rt2x00dev.o
+
obj-$(CONFIG_RT2X00_LIB) += rt2x00lib.o
obj-$(CONFIG_RT2400PCI) += rt2400pci.o
obj-$(CONFIG_RT2500PCI) += rt2500pci.o
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt2x00lib.c b/drivers/net/wireless/mac80211/rt2x00/rt2x00dev.c
similarity index 100%
rename from drivers/net/wireless/mac80211/rt2x00/rt2x00lib.c
rename to drivers/net/wireless/mac80211/rt2x00/rt2x00dev.c
reply other threads:[~2007-03-03 17:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200703031855.06488.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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).