diff options
author | 2025-04-29 14:29:11 +0200 | |
---|---|---|
committer | 2025-05-05 10:16:22 +0800 | |
commit | 0ae36391c804a0c7049812ce1d68e20cf8f1b84f (patch) | |
tree | ee87fa7938edb266ae938c2133c922942f54e72d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | wifi: rtw89: Convert rtw89_core_set_supported_band to use devm_* (diff) | |
download | wireguard-linux-0ae36391c804a0c7049812ce1d68e20cf8f1b84f.tar.xz wireguard-linux-0ae36391c804a0c7049812ce1d68e20cf8f1b84f.zip |
wifi: rtw89: Fix inadverent sharing of struct ieee80211_supported_band data
Internally wiphy writes to individual channels in this structure,
so we must not share one static definition of channel list between
multiple device instances, because that causes hard to debug
breakage.
For example, with two rtw89 driven devices in the system, channel
information may get incoherent, preventing channel use.
Signed-off-by: Ondrej Jirman <megi@xff.cz>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250429122916.1734879-3-megi@xff.cz
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions