Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1230012pxb; Fri, 21 Jan 2022 12:52:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJyIdyv5mLwtEq7lo8/jqzKiGS5O0Zp8+3sVHwgn4LhHxpT5rMR3df4myee77Su9BcI9zx79 X-Received: by 2002:a17:902:e808:b0:14b:18a:acc7 with SMTP id u8-20020a170902e80800b0014b018aacc7mr5456412plg.124.1642798326851; Fri, 21 Jan 2022 12:52:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642798326; cv=none; d=google.com; s=arc-20160816; b=d6z3d7WYJ/XJ0/VHYAQtG5LShFywjwbwZK0hxosY7oSjvCvM0nrQT+fufs8Cz3ykNg jgp/dufTspKrzCA+HxEPmgTGgxMnlWqNHjzTi6/HfqUPCcpE+ooRS6f8op1SKhXEcyXz t0fXDdGDvGloyJBQfoc4LKTPsPdAbDdRLBxVR3QiY8C6kpLj6RoQ522Bl+7BWUONB+ej JW4bGBGILvPLzr2+FhyScc2M/r+T4RVO5eMeK0KZ4/ELNHBFTkvToL1Prulf+tVFdhrK PEWFxRbvpPI9yg1zbgwtMTuigoiGTszLNFiEekcQagGlGnndrw2TgQjBO1D6BVr2DnIL Kz0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=BOopzZPdkDboWAF2ufUic/iXz9n3gyeJmFPLVxzceG0=; b=r1nNXWFkh47rfTQW8lTNaxdyNhyRTHNoRzeYpMSJ1Twa+M+X7gZ24FGTcwYLwDnyrb ggeRf7TeKiDX+zV6BstF1Nusw0f6U6G/5pGmHfQt3LXBQkfqvhBWCp0UgUMXyxGJvTlL LPz5P7tzZgtwpOHDfdhQ/xowsBj6ZYerxbeXUSib7cnOKtv7sjiglCovH6Nicu+XM4g+ 0MyZFoy568tBES2QFnpv0XaLZslBtNDC/Ls+QdNTpRQay+U7CSdiK49zHnA9J1UGyU1l FVJYbTW5We9yoALYKyUhYELRf1CVTnGJzyRg01x+OzAhlCCiJQ05PimsJmkRPJpJB9h0 T3fQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-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 i6si7358374pgq.608.2022.01.21.12.51.57; Fri, 21 Jan 2022 12:52:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-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-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358011AbiATAvv (ORCPT + 70 others); Wed, 19 Jan 2022 19:51:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358001AbiATAvt (ORCPT ); Wed, 19 Jan 2022 19:51:49 -0500 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [IPv6:2001:4b98:dc4:8::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EF64C06161C; Wed, 19 Jan 2022 16:51:47 -0800 (PST) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id D3FE4100004; Thu, 20 Jan 2022 00:51:44 +0000 (UTC) From: Miquel Raynal To: Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Thomas Petazzoni , Miquel Raynal Subject: [wpan-next 14/14] net: mac802154: Introduce a synchronous API for MLME commands Date: Thu, 20 Jan 2022 01:51:22 +0100 Message-Id: <20220120005122.309104-15-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20220120005122.309104-1-miquel.raynal@bootlin.com> References: <20220120005122.309104-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org This is the slow path, we need to wait for each command to be processed before continuing so let's introduce an helper which does the transmission and blocks until it gets notified of its asynchronous completion. This helper is going to be used when introducing scan support. Signed-off-by: Miquel Raynal --- net/mac802154/ieee802154_i.h | 1 + net/mac802154/tx.c | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index d9433e07906e..bdec3b9229e4 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -123,6 +123,7 @@ extern struct ieee802154_mlme_ops mac802154_mlme_wpan; void ieee802154_rx(struct ieee802154_local *local, struct sk_buff *skb); void ieee802154_xmit_sync_worker(struct work_struct *work); void ieee802154_sync_and_stop_tx(struct ieee802154_local *local); +void ieee802154_mlme_tx(struct ieee802154_local *local, struct sk_buff *skb); netdev_tx_t ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev); netdev_tx_t diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c index 06ae2e6cea43..7c281458942e 100644 --- a/net/mac802154/tx.c +++ b/net/mac802154/tx.c @@ -126,6 +126,12 @@ void ieee802154_sync_and_stop_tx(struct ieee802154_local *local) atomic_dec(&local->phy->hold_txs); } +void ieee802154_mlme_tx(struct ieee802154_local *local, struct sk_buff *skb) +{ + ieee802154_tx(local, skb); + ieee802154_sync_and_stop_tx(local); +} + netdev_tx_t ieee802154_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev) { -- 2.27.0