I see the actual files in the source..
Code: Select all
iwlwifi # pwd
/usr/src/linux-2.6.24-gentoo/drivers/net/wireless/
iiwlwifi # ls
Kconfig iwl-3945-rs.h iwl-4965-rs.c iwl-channel.h iwl-helpers.h iwl-prph.h iwlwifi.h
Makefile iwl-3945.c iwl-4965-rs.h iwl-commands.h iwl-hw.h iwl-spectrum.h
iwl-3945-hw.h iwl-3945.h iwl-4965.c iwl-debug.h iwl-io.h iwl3945-base.c
iwl-3945-rs.c iwl-4965-hw.h iwl-4965.h iwl-eeprom.h iwl-priv.h iwl4965-base.c
iwlwifi # cat Makefile
obj-$(CONFIG_IWL3945) += iwl3945.o
iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
obj-$(CONFIG_IWL4965) += iwl4965.o
iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o


