Message ID | 20240603091541.8367-1-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
Headers | show
Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) (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 D8A025FB95 for <linux-wireless@vger.kernel.org>; Mon, 3 Jun 2024 09:15:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717406152; cv=none; b=GmvkqLdueqtcq4KqpYlVN3+/Aw2sziZom4Cu4qw/mvWQcBftQbVZChmBomVzp/KR/XMoj+OFaXLMZmPQ1Rr+ZQGToCR/FMNAmu30HNyEyAHurYFcY4igvaFpVJ8JyyJje5zwStMDZ3lvPwKXW0SLw2eLftHPDQxkLbFCpFkxl6Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717406152; c=relaxed/simple; bh=juVl4ZS6gVuhwW1IQQEKZM1dFRzL13hPFkXy9YvTkLU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=LAiqDu0gCIQ5L0rx5otd1R9uLdU0VIVpHlytGU5DOxB3k2l3OzSaaGS73m3dyimsfkY6Ex8gk51XYT+9CZiL9TT3H20noI+dwkrbnWAy4NQ2I8kdVtOZp0xGW33odRO5BPJKiNZgJOso+ct8LMBekFt/iZC/Y4oYQjim0h2AoKM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=OP4bcj5R; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="OP4bcj5R" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=biXZIWD1v9hTZV Kd+qm0AHfD0kwBeNtZ397Rf7lcyC4=; b=OP4bcj5RoXfNjl8GPh3Khtnfrfzu5S 2QsIL40M5PIr88oN1/isY8//G5RKCNgAhYgucx+9QEhBaWgOuippevPmHqXXjraE /OJk8qFlP2ggcDCYLWktNqWS+xz1pWxZIMF1ZiPwjjSs7rL4FwU7FntDBWqPlcd4 WPH5xfhmGxZ48/Q64J9lHwI/oqtfjUqzyDdIP2YJUPjz7R6wCq52Yw1rHA4duWZX zVyE/T/+9y+mJnSiDlDCqigDIWajYW77nIXTINX+5uw3aQEvbrX3ld82CM4xIQ/D pw+HdhlhdlUiyqq0WvvBg1opzwcNKxZdAQ5suf+joYnbZYklmIUdF3ng== Received: (qmail 1899198 invoked from network); 3 Jun 2024 11:15:45 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Jun 2024 11:15:45 +0200 X-UD-Smtp-Session: l3s3148p1@9Rsxx/gZ6oUgAwDPXzLGAH1eNELjOc3g From: Wolfram Sang <wsa+renesas@sang-engineering.com> To: linux-kernel@vger.kernel.org Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>, Arend van Spriel <arend.vanspriel@broadcom.com>, ath11k@lists.infradead.org, brcm80211-dev-list.pdl@broadcom.com, brcm80211@lists.linux.dev, Christian Lamparter <chunkeey@googlemail.com>, Jeff Johnson <jjohnson@kernel.org>, Kalle Valo <kvalo@kernel.org>, linux-wireless@vger.kernel.org, Ping-Ke Shih <pkshih@realtek.com> Subject: [PATCH 0/6] net: use 'time_left' instead of 'timeout' with wait_*() functions Date: Mon, 3 Jun 2024 11:15:33 +0200 Message-ID: <20240603091541.8367-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: <linux-wireless.vger.kernel.org> List-Subscribe: <mailto:linux-wireless+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-wireless+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
net: use 'time_left' instead of 'timeout' with wait_*() functions
|
expand
|