On Mon, Apr 13, 2009 at 2:00 PM, Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> wrote: > On Mon, Apr 13, 2009 at 1:44 PM, maximilian attems <max@xxxxxxx> wrote: >> On Mon, Apr 13, 2009 at 10:44:23PM +0200, Christian Lamparter wrote: >>> diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile >>> index a005b91..4bb0132 100644 >>> --- a/drivers/net/wireless/ath/Makefile >>> +++ b/drivers/net/wireless/ath/Makefile >>> @@ -3,5 +3,4 @@ obj-$(CONFIG_ATH9K) += ath9k/ >>> obj-$(CONFIG_AR9170_USB) += ar9170/ >>> >>> obj-$(CONFIG_ATH_COMMON) += ath.o >>> -ath-objs := regd.o >>> - >>> +ath-objs := main.o regd.o >> >> why do you put that in a different file and not in ath.c? > > Apart from this objection, looks good -- and thanks. Actually a new file makes sense -- we might later add more stuff other than regulatory. That is the idea. Luis -- 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