Skip to content

Commit

Permalink
ath9k: Move LNA code to antenna.c
Browse files Browse the repository at this point in the history
And use a helper function to setup antennae after a reset.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Jun 6, 2012
1 parent af68aba commit 8da0783
Show file tree
Hide file tree
Showing 5 changed files with 786 additions and 757 deletions.
3 changes: 2 additions & 1 deletion drivers/net/wireless/ath/ath9k/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ath9k-y += beacon.o \
main.o \
recv.o \
xmit.o \
link.o
link.o \
antenna.o

ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
Expand Down
Loading

0 comments on commit 8da0783

Please sign in to comment.