From 965aab123372591bffe68bc811fe3378b0983faf Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 10 Nov 2011 17:01:34 +0000 Subject: [PATCH] Add a missing reference to AR9287. Sponsored by: Hobnob, Inc. --- sys/modules/ath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index d969fda1088..e691abd1d87 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -75,7 +75,7 @@ SRCS+= ar2425.c SRCS+= ar5413.c # -# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285 support. +# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285, AR9287 support. # Note enabling this support requires defining AH_SUPPORT_AR5416 # in opt_ah.h so the 11n tx/rx descriptor format is handled.