From c49debb6569ccdc28d0056b1b98e02303d41e523 Mon Sep 17 00:00:00 2001 From: Adrian Chadd <adrian@FreeBSD.org> Date: Thu, 1 Aug 2013 21:50:13 +0000 Subject: [PATCH] Add IWN_DEBUG as an option for if_iwn. --- sys/conf/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index d9057ccab4ac..c32b4578691a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -829,6 +829,9 @@ MWL_DIAGAPI opt_mwl.h MWL_AGGR_SIZE opt_mwl.h MWL_TX_NODROP opt_mwl.h +# Options for the Intel 802.11n wireless driver +IWN_DEBUG opt_iwn.h + # dcons options DCONS_BUF_SIZE opt_dcons.h DCONS_POLL_HZ opt_dcons.h