From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752238Ab1GTQCp (ORCPT ); Wed, 20 Jul 2011 12:02:45 -0400 Received: from mail.perches.com ([173.55.12.10]:4205 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584Ab1GTQCn (ORCPT ); Wed, 20 Jul 2011 12:02:43 -0400 Subject: Re: [PATCH 1/3] wireless: rtlwifi: throw away MAC_FMT and use %pM instead From: Joe Perches To: Larry Finger Cc: Andy Shevchenko , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, "John W. Linville" , linux-kernel@vger.kernel.org In-Reply-To: <4E26F879.8010601@lwfinger.net> References: <4E26F879.8010601@lwfinger.net> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Jul 2011 09:02:42 -0700 Message-ID: <1311177762.1663.9.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.