From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth02.qualcomm.com ([65.197.215.38]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xym5O-0003lO-4q for ath10k@lists.infradead.org; Wed, 10 Dec 2014 18:34:06 +0000 Message-ID: <548891FB.2060500@qca.qualcomm.com> Date: Wed, 10 Dec 2014 10:33:31 -0800 From: poh MIME-Version: 1.0 Subject: Re: [PATCH] ath10k: unregister and remove frag_threshold callback References: <1417799786-11391-1-git-send-email-poh@qca.qualcomm.com> <54827F30.8050005@candelatech.com> In-Reply-To: <54827F30.8050005@candelatech.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Ben Greear , ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org On 12/05/2014 07:59 PM, Ben Greear wrote: > > > On 12/05/2014 09:16 AM, Peter Oh wrote: >> Setting fragmentation threshold has not been supported by >> any of firmware versions, hence unregister the callback and >> remove the function. > > How hard is it to just fix the firmware instead? It's due to hardware limitation such as lack of buffers/RAM size limitation, hence it's very hard from sw perspective. > > Thanks, > Ben > _______________________________________________ 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 wolverine02.qualcomm.com ([199.106.114.251]:20720 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932479AbaLJSdo (ORCPT ); Wed, 10 Dec 2014 13:33:44 -0500 Message-ID: <548891FB.2060500@qca.qualcomm.com> (sfid-20141210_193347_386212_77F10958) Date: Wed, 10 Dec 2014 10:33:31 -0800 From: poh MIME-Version: 1.0 To: Ben Greear , CC: Subject: Re: [PATCH] ath10k: unregister and remove frag_threshold callback References: <1417799786-11391-1-git-send-email-poh@qca.qualcomm.com> <54827F30.8050005@candelatech.com> In-Reply-To: <54827F30.8050005@candelatech.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 12/05/2014 07:59 PM, Ben Greear wrote: > > > On 12/05/2014 09:16 AM, Peter Oh wrote: >> Setting fragmentation threshold has not been supported by >> any of firmware versions, hence unregister the callback and >> remove the function. > > How hard is it to just fix the firmware instead? It's due to hardware limitation such as lack of buffers/RAM size limitation, hence it's very hard from sw perspective. > > Thanks, > Ben >