Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp386183pxf; Wed, 17 Mar 2021 07:25:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwrUhw2O/3boMl3T7P9vcZrieSS2xrnszQgSHWTzwWJmYnhS/iWDfJ3U8Tp3rgT4wtiKoby X-Received: by 2002:aa7:cd54:: with SMTP id v20mr42720626edw.80.1615991107360; Wed, 17 Mar 2021 07:25:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615991107; cv=none; d=google.com; s=arc-20160816; b=eoppBJii19dqaUMzOHUCOUtxGihcpx8MfKSuk0ObVyegZxlO7GDKlK4zGcRdbiMRjC 7fwJSQzzWaa5tyNk/yfcis0kV87fM8ZQeXsctevBRWwVXVpHWifCAj5LVBqNnrJy1cz1 /KnNC74MRmtIDp7AZ14BeU3wAMRvGssiOZqMxBP3s7Z8lt8m/1aPDpVIvVVRHFFAjVXY /vSQDVi89L+IHFodRM2EDldIKr/du7s487KdAFqoeIknjHJ3xRkrudPC2s1QWyW+RMDh W+Az1wvrIIyahge+9WKWk8n9403E0xOqWwzhkcJHuFGJ5+H700cm+byKoIqMjZdUD6qd NPYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=eleBvcsO/VjEGU3c2o5n2hxJtJEgK0g8njMzlVYGc+8=; b=FRnYioeF6agoGo4IpmHyQ0lSR0d9c9SLmjDptEQtWOxO1K4gSaGDm1x81wxz0IfTQn 5Bdx+t35WliGnbuGNnleSABhl4vwLQ4B5hUnjiuhhw8CZNhjYkuDhr0yo6C+QNoa3MIs dR0cpb34s4Sci+mRBqGDuotlZ9kJlkqn1R0UTw43EMBE/mLGHTSaB8916RnR7mWxJdLB VmHzouGEWI79FD69SABS+IS+jfLMdqZ/8RfrTFgkv++eu/6s2y5AfHVGGuCKlRM8x1T+ YxUpjzvXO0YKH3nyB4HOmWZWRQiHu3BbCdffvXm1N2i19IW3pKQi4X+uA/wuJ0mOk62B Sc5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h16si16332922edv.460.2021.03.17.07.24.27; Wed, 17 Mar 2021 07:25:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230369AbhCQOWS (ORCPT + 99 others); Wed, 17 Mar 2021 10:22:18 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:46251 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231465AbhCQOWK (ORCPT ); Wed, 17 Mar 2021 10:22:10 -0400 Received: from marcel-macbook.holtmann.net (p4fefce19.dip0.t-ipconnect.de [79.239.206.25]) by mail.holtmann.org (Postfix) with ESMTPSA id C41D3CED16; Wed, 17 Mar 2021 15:29:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: [PATCH] Bluetooth: Fix incorrect status handling in LE PHY UPDATE event From: Marcel Holtmann In-Reply-To: <20210317112214.12622-1-ayush.garg@samsung.com> Date: Wed, 17 Mar 2021 15:22:07 +0100 Cc: Bluetooth Kernel Mailing List , anupam.r@samsung.com, nitin.j@samsung.com Content-Transfer-Encoding: 7bit Message-Id: <48C8F317-F4FB-4E90-B0D9-ECC6EC07F094@holtmann.org> References: <20210317112214.12622-1-ayush.garg@samsung.com> To: Ayush Garg X-Mailer: Apple Mail (2.3654.60.0.2.21) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Ayush, > Skip updation of tx and rx PHYs values, when PHY Update > event's status is not successful. > > Signed-off-by: Ayush Garg > --- > net/bluetooth/hci_event.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel