diff options
author | adrian <adrian@FreeBSD.org> | 2013-08-01 21:50:13 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-08-01 21:50:13 +0000 |
commit | 842f6aeefd471a6d8130dea08656b850b577d528 (patch) | |
tree | 5c3b74dbca41acd36ebe2b486637a281b0f29805 /sys/conf | |
parent | a149e02ce556e45359a9527ec0829b562839f201 (diff) | |
download | FreeBSD-src-842f6aeefd471a6d8130dea08656b850b577d528.zip FreeBSD-src-842f6aeefd471a6d8130dea08656b850b577d528.tar.gz |
Add IWN_DEBUG as an option for if_iwn.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index d9057cc..c32b4578 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 |