linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2x00: rename rt2x00lib.c
@ 2007-03-03 17:55 Ivo van Doorn
  0 siblings, 0 replies; only message in thread
From: Ivo van Doorn @ 2007-03-03 17:55 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-03 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 17:55 [PATCH] rt2x00: rename rt2x00lib.c Ivo van Doorn

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).