diff options
author | jhb <jhb@FreeBSD.org> | 2011-04-29 18:26:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-04-29 18:26:17 +0000 |
commit | a0680b01868c4d7f0bc5186de3b8acff60c28b28 (patch) | |
tree | e0a02c418aa2fd0509852e094d95be3c226b8672 /sys/conf | |
parent | 3b56923bc2454db20d56c7417fb33cf7941e3ac0 (diff) | |
download | FreeBSD-src-a0680b01868c4d7f0bc5186de3b8acff60c28b28.zip FreeBSD-src-a0680b01868c4d7f0bc5186de3b8acff60c28b28.tar.gz |
Add the AH_SUPPORT_AR9130 option.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 69b75df..25f171a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -775,6 +775,7 @@ ATH_ENABLE_11N opt_ah.h # options for the Atheros hal AH_SUPPORT_AR5416 opt_ah.h +AH_SUPPORT_AR9130 opt_ah.h AH_DEBUG opt_ah.h AH_ASSERT opt_ah.h |