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@xxxxxxxxx> --- 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 - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html