Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 23:36:04 +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: r243837 - head/sys/modules/ath
Message-ID:  <201212032336.qB3Na4ZL083670@svn.freebsd.org>

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

Log:
  Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQ
  is enabled.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Mon Dec  3 22:16:51 2012	(r243836)
+++ head/sys/modules/ath/Makefile	Mon Dec  3 23:36:03 2012	(r243837)
@@ -35,7 +35,7 @@ ATH_RATE?=	sample		# tx rate control alg
 .PATH:	${.CURDIR}/../../dev/ath/ath_hal
 
 KMOD=	if_ath
-SRCS=	if_ath.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
+SRCS=	if_ath.c if_ath_alq.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
 SRCS+=	if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.c if_ath_tdma.c
 SRCS+=	if_ath_beacon.c if_ath_rx_edma.c if_ath_tx_edma.c
 # NB: v3 eeprom support used by both AR5211 and AR5212; just include it



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