From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH 1/3] wireless: rtlwifi: throw away MAC_FMT and use %pM instead Date: Wed, 20 Jul 2011 09:02:42 -0700 Message-ID: <1311177762.1663.9.camel@Joe-Laptop> References: <4E26F879.8010601@lwfinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Andy Shevchenko , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, "John W. Linville" , linux-kernel@vger.kernel.org To: Larry Finger Return-path: In-Reply-To: <4E26F879.8010601@lwfinger.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 2011-07-20 at 10:47 -0500, Larry Finger wrote: > Thanks for the patch. Hey Larry. rtlwifi has a CONFIG_BT_COEXIST which is currently unused/undefined by Kconfig. Are there plans to enable this or should the code just be removed? There may be a few dependencies in rtlwifi for variables set in this block so it seems from superficial reading that removal might be a bit involved. I didn't look much more than that, but struct btcoexist_priv doesn't seem to be specified by the code anywhere.