From 74f355f033678c7c3f2d906b12c7c293263537b6 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 2 May 2011 05:39:43 +0000 Subject: [PATCH] Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130 shouldn't be enabled by default unless you're truely building for the AR913x platform. --- sys/conf/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 25f171a39ef..4ddb9fad9c3 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -775,6 +775,8 @@ ATH_ENABLE_11N opt_ah.h # options for the Atheros hal AH_SUPPORT_AR5416 opt_ah.h +# XXX For now, this breaks non-AR9130 chipsets, so only use it +# XXX when actually targetting AR9130. AH_SUPPORT_AR9130 opt_ah.h AH_DEBUG opt_ah.h @@ -791,6 +793,7 @@ AH_MAXCHAN opt_ah.h AH_RXCFG_SDMAMW_4BYTES opt_ah.h # AR5416 and later interrupt mitigation +# XXX do not use this for AR9130 AH_AR5416_INTERRUPT_MITIGATION opt_ah.h # options for the Broadcom BCM43xx driver (bwi) -- 2.45.2