On Mon, Mar 1, 2010 at 1:36 AM, Sujith <Sujith.Manoharan@xxxxxxxxxxx> wrote: > All code to be shared between ath9k and ath9k_htc > is part of a common library. This reduces module > proliferation. > > Signed-off-by: Sujith <Sujith.Manoharan@xxxxxxxxxxx> Interesting approach, instead of having two modules you linked lib.o twice to two separate modules, ath9k.ko and ath9k_htc.ko. While this does reduce module proliferation is there any advantage to that over the approach of stuffing these into one common module shared between both? The benefit of doing it as a module is if both are built-in you reduce the final kernel size. On my box with debugging this is 256 KB. 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