mbox series

[v3,0/2] wifi: rtl8xxxu: channel switch support

Message ID 20240111163628.320697-1-martin.kaistra@linutronix.de
Headers show
Series wifi: rtl8xxxu: channel switch support | expand

Message

Martin Kaistra Jan. 11, 2024, 4:36 p.m. UTC
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(-)