Date: Fri, 17 Oct 2014 07:59:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 194336] AR9300 pci wireless card not working Message-ID: <bug-194336-21060-HY1xZVWTyC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194336-21060@https.bugs.freebsd.org/bugzilla/> References: <bug-194336-21060@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336 Adrian Chadd <adrian@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian@freebsd.org --- Comment #4 from Adrian Chadd <adrian@freebsd.org> --- Hm, you have to build the module with ATH_ENABLE_11N in your kernel. You also have to build the module the real way,ie: cd /usr/src make buildkernel KERNCONF=<CONFIG FILE NAME> .. going cd sys/modules/ath && make won't cut it - it doesn't pull in the config headers (ie, all the opt_xxx.h in your kernel build directory) with the configuration options. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194336-21060-HY1xZVWTyC>