Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 23:38:08 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243838 - head/sys/modules/ath
Message-ID:  <201212032338.qB3Nc8nt084208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Dec  3 23:38:08 2012
New Revision: 243838
URL: http://svnweb.freebsd.org/changeset/base/243838

Log:
  Add the btcoex code into the module compilation.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Mon Dec  3 23:36:03 2012	(r243837)
+++ head/sys/modules/ath/Makefile	Mon Dec  3 23:38:08 2012	(r243838)
@@ -86,8 +86,8 @@ SRCS+=	ar5413.c
 # + 5416 (Owl)
 .PATH:	${.CURDIR}/../../dev/ath/ath_hal/ar5416
 SRCS+=	ah_eeprom_v14.c ah_eeprom_v4k.c \
-	ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \
-	ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
+	ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_btcoex.c \
+	ar5416_cal.c ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \
 	ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \
 	ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \
 	ar5416_recv.c ar5416_reset.c ar5416_xmit.c
@@ -115,7 +115,7 @@ SRCS+=	ar9280.c ar9280_attach.c ar9280_o
 
 # + AR9285 - Kite
 SRCS+=	ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
-SRCS+=	ar9285_diversity.c
+SRCS+=	ar9285_diversity.c ar9285_btcoex.c
 
 # + AR9287 - Kiwi
 .PATH:  ${.CURDIR}/../../dev/ath/ath_hal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212032338.qB3Nc8nt084208>