diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-01-08 10:36:02 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-12 14:02:05 -0500 |
commit | 556242049cc3992d0ee625e9f15c4b00ea4baac8 (patch) | |
tree | 9caceb7ff16572224efd0378c7bfd7505a2fa7e6 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | 0fca65c1c0569d6a143e978b6f4974c519033e63 (diff) |
ath9k: Add new file init.c
Move initialization/de-initialization related
code to this file.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index 332d6f20c6b6..6b50d5eb9ec3 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile @@ -1,5 +1,6 @@ ath9k-y += beacon.o \ gpio.o \ + init.o \ main.o \ recv.o \ xmit.o \ |