From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth01.qualcomm.com ([65.197.215.72]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z05QD-0002Gx-QV for ath10k@lists.infradead.org; Wed, 03 Jun 2015 09:57:18 +0000 From: Kalle Valo Subject: Re: [PATCH v2] ath10k: Debugfs entry to enable/disable WLAN&Blutooth Coexist feature References: <1432840745-21725-1-git-send-email-yanbol@qca.qualcomm.com> Date: Wed, 3 Jun 2015 12:56:47 +0300 In-Reply-To: (Souptick Joarder's message of "Wed, 3 Jun 2015 09:05:15 +0530") Message-ID: <87iob5t8rk.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Souptick Joarder Cc: dreamfly281@gmail.com, Yanbo Li , linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Souptick Joarder writes: > From patch it looks like we can optimize the size of char buf [32] to > 16 /8 as it is only going to store 0 or 1. If there are some other > purpose to keep it 32 , then I apologize for the noise. I'm going to send v3 which will use dev_flags bitmap. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:4256 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751403AbbFCJ44 (ORCPT ); Wed, 3 Jun 2015 05:56:56 -0400 From: Kalle Valo To: Souptick Joarder CC: Yanbo Li , , , Subject: Re: [PATCH v2] ath10k: Debugfs entry to enable/disable WLAN&Blutooth Coexist feature References: <1432840745-21725-1-git-send-email-yanbol@qca.qualcomm.com> Date: Wed, 3 Jun 2015 12:56:47 +0300 In-Reply-To: (Souptick Joarder's message of "Wed, 3 Jun 2015 09:05:15 +0530") Message-ID: <87iob5t8rk.fsf@kamboji.qca.qualcomm.com> (sfid-20150603_115701_935740_E83D472C) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Souptick Joarder writes: > From patch it looks like we can optimize the size of char buf [32] to > 16 /8 as it is only going to store 0 or 1. If there are some other > purpose to keep it 32 , then I apologize for the noise. I'm going to send v3 which will use dev_flags bitmap. -- Kalle Valo