> From: Bjorge Dijkstra <bjd@xxxxxxxx> > Subject: [PATCH 6/8] [PATCH] Split up rndis_host.c > Date: Sat, 22 Dec 2007 22:51:32 +0100 > > Split up rndis_host.c into rndis_host.h and rndis_base.c and > change Makefile accordingly. This is done so we can add extra > source files to the rndis_host module later on. I'm fine with splitting out a header file and the EXPORT_SYMBOL_GPL. But why not just have a separate "rndis_wext" module? > --- > drivers/net/usb/Makefile | 1 + > drivers/net/usb/rndis_base.c | 548 ++++++++++++++++++++++++++++++ > drivers/net/usb/rndis_host.c | 763 ------------------------------------------ > drivers/net/usb/rndis_host.h | 256 ++++++++++++++ > 4 files changed, 805 insertions(+), 763 deletions(-) > create mode 100644 drivers/net/usb/rndis_base.c > delete mode 100644 drivers/net/usb/rndis_host.c > create mode 100644 drivers/net/usb/rndis_host.h - 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