Skip to content

Commit

Permalink
iwlwifi: rename iwl4965-base.c to iwl-agn.c
Browse files Browse the repository at this point in the history
This patch renames iwl4965-base.c to iwl-agn.c

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Aug 4, 2008
1 parent 80693ce commit 25bc2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/net/wireless/iwlwifi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ iwl3945-objs := iwl3945-base.o iwl-3945.o iwl-3945-rs.o
iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o

obj-$(CONFIG_IWL4965) += iwl4965.o
iwl4965-objs := iwl4965-base.o iwl-4965.o iwl-agn-rs.o
iwl4965-objs := iwl-agn.o iwl-4965.o iwl-agn-rs.o

ifeq ($(CONFIG_IWL5000),y)
iwl4965-objs += iwl-5000.o
endif
iwl4965-$(CONFIG_IWL5000) += iwl-5000.o


File renamed without changes.

0 comments on commit 25bc2de

Please sign in to comment.