From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C50B169397; Sat, 4 Jan 2025 12:51:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.55.113.210 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735995098; cv=none; b=HkNLa6c2WfCH307c+C4VUS8UW+BL3sM20tZyV6qev2OqhqKjhaKYuZbF9yznfu9PelPjRxhQROQ25SGRvTSveUDjAvhB2Tl33lBQdUwJF2x+rWP4SUGcOOQ8T8/09wUzOx/66X0XwOPgh74Q0Ud3fl0fmdBAQ/tae8LbxNrvbfw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735995098; c=relaxed/simple; bh=M7LLsnYehiKGxea9MD0/O9pJQhjciQvdb4292T/Wm4M=; h=From:In-Reply-To:Content-Type:References:Date:Cc:To:MIME-Version: Message-ID:Subject; b=ArUqRYOBLcJqjeg489awqe3zOddpjd93UJlWnbtIBeCCH3NzkR86raGwuSdQNan6hIjRFQYb+5gtRW2dCmBud17XfdcY1Z/ce/+G5HolOQvBIgFmzPV38/sMVB0l8kzr++ikZFOzwgUDpUGM42WpolaWCh4/5eQqNJ8kVXN5/SE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=eurecom.fr; spf=pass smtp.mailfrom=eurecom.fr; dkim=pass (1024-bit key) header.d=eurecom.fr header.i=@eurecom.fr header.b=hg8vLjWs; arc=none smtp.client-ip=193.55.113.210 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=eurecom.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=eurecom.fr Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=eurecom.fr header.i=@eurecom.fr header.b="hg8vLjWs" DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1735995094; x=1767531094; h=from:in-reply-to:references:date:cc:to:mime-version: message-id:subject:content-transfer-encoding; bh=M7LLsnYehiKGxea9MD0/O9pJQhjciQvdb4292T/Wm4M=; b=hg8vLjWsV1TNANg1MapqTutX6eG9eOytXNce64YQNfZtpwFPpYy0UyOe FElRhBL7Nl731nmaNs1KiRVkHq5axSjxFVQEmVhEjqFoAlRYMqF0xoR/M LgQttiofX3eI8XvgxyNK+Dae+XU7Xv2XAnGApyy+h1rwgzBPb8dMJe/k+ U=; X-CSE-ConnectionGUID: NTo97UkKTjyINeex7PL52w== X-CSE-MsgGUID: srHxAmPaQ5uKQ2AaofTMfQ== X-IronPort-AV: E=Sophos;i="6.12,288,1728943200"; d="scan'208";a="28370202" Received: from quovadis.eurecom.fr ([10.3.2.233]) by drago1i.eurecom.fr with ESMTP; 04 Jan 2025 13:51:25 +0100 From: "Ariel Otilibili-Anieli" In-Reply-To: <20250104103753.GA2228@wp.pl> Content-Type: text/plain; charset="utf-8" X-Forward: 88.183.119.157 References: <20241221124445.1094460-1-ariel.otilibili-anieli@eurecom.fr> <20241221124445.1094460-2-ariel.otilibili-anieli@eurecom.fr> <20250103085540.GA94204@wp.pl> <20250103131002.GA100011@wp.pl> <2f7a83-6777e880-a451-5cf12280@99910178> <20250104103753.GA2228@wp.pl> Date: Sat, 04 Jan 2025 13:51:25 +0100 Cc: "Daniel Golle" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, "Kalle Valo" , =?utf-8?q?Tomislav_Po=C5=BEega?= , Linux-kernel@vger.kernel.org To: "Stanislaw Gruszka" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <2f7a8b-67792f00-52db-be99fc0@193911177> Subject: =?utf-8?q?Re=3A?= [PATCH 1/2] =?utf-8?q?rt2x00=3A?= Remove unusued value User-Agent: SOGoMail 5.11.1 Content-Transfer-Encoding: quoted-printable Hi Stanislaw, On Saturday, January 04, 2025 11:37 CET, Stanislaw Gruszka wrote: > Hi >=20 > On Fri, Jan 03, 2025 at 02:39:21PM +0100, Ariel Otilibili-Anieli wrot= e: > > On Friday, January 03, 2025 14:10 CET, Stanislaw Gruszka wrote: > >=20 > >=20 > > Thanks for having looked into this; I much appreciate your feedback= . > >=20 > > From what you two said, I understand that the patch should remove t= he duplicate code, and not change the logic behind. > >=20 > > Is this right? >=20 > Yes.=20 Great, then; thanks for having acked the patch as such. >=20 > Regards > Stanislaw > >=20 > > If so; then, I have nothing else to do. > >