diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-06-04 18:53:37 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-06 23:20:30 +0400 |
commit | ef1b6cd9a1ba06a3daf9a03aa8f25d52d1f2c31a (patch) | |
tree | b7257ad0dcbfee66cd02f496238c755e6e281088 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | 6995fb805ed5de852a7d49413730980bc7173e82 (diff) | |
download | linux-ef1b6cd9a1ba06a3daf9a03aa8f25d52d1f2c31a.tar.xz |
ath9k: Group link monitoring logic
Add link.c and move all the link/connection monitoring
code to it.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index 3f0b84723789..4d60fa84cbb4 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile @@ -3,7 +3,8 @@ ath9k-y += beacon.o \ init.o \ main.o \ recv.o \ - xmit.o + xmit.o \ + link.o ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o |