https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336
Adrian Chadd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Adrian Chadd <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
