All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Kaistra <martin.kaistra@linutronix.de>
To: linux-wireless@vger.kernel.org
Cc: Jes Sorensen <Jes.Sorensen@gmail.com>,
	Kalle Valo <kvalo@kernel.org>, Ping-Ke Shih <pkshih@realtek.com>,
	Bitterblue Smith <rtl8821cerfe2@gmail.com>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Subject: [PATCH v3 0/2] wifi: rtl8xxxu: channel switch support
Date: Thu, 11 Jan 2024 17:36:26 +0100	[thread overview]
Message-ID: <20240111163628.320697-1-martin.kaistra@linutronix.de> (raw)

changes v2->v3:
- add cancel_work_sync() for c2hcmd_work
- add cancel_delayed_work_sync() for update_beacon_work
changes v1->v2:
- use delayed_work instead of usleep_range

v1: https://lore.kernel.org/linux-wireless/20240108111103.121378-1-martin.kaistra@linutronix.de/
v2: https://lore.kernel.org/linux-wireless/20240110103909.240514-1-martin.kaistra@linutronix.de/

Martin Kaistra (2):
  wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
  wifi: rtl8xxxu: enable channel switch support

 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu.h  |  2 +-
 .../wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 20 +++++++++++++++----
 2 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.39.2


             reply	other threads:[~2024-01-11 16:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11 16:36 Martin Kaistra [this message]
2024-01-11 16:36 ` [PATCH v3 1/2] wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work Martin Kaistra
2024-01-12  0:14   ` Ping-Ke Shih
2024-01-14 19:10   ` Kalle Valo
2024-01-11 16:36 ` [PATCH v3 2/2] wifi: rtl8xxxu: enable channel switch support Martin Kaistra
2024-01-12  0:14   ` Ping-Ke Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240111163628.320697-1-martin.kaistra@linutronix.de \
    --to=martin.kaistra@linutronix.de \
    --cc=Jes.Sorensen@gmail.com \
    --cc=bigeasy@linutronix.de \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    --cc=rtl8821cerfe2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.