diff options
author | Miri Korenblit <miriam.rachel.korenblit@intel.com> | 2025-03-13 01:22:36 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-03-18 12:27:33 +0300 |
commit | 5789f7913ee37e0f54c073287ab4b5942feb4d12 (patch) | |
tree | 9f43657a5311ceaabfb38cdd36c6f929954f262c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bb307028a0c8a39b1b2bc4960794ea00f774637e (diff) | |
download | linux-5789f7913ee37e0f54c073287ab4b5942feb4d12.tar.xz |
wifi: iwlwifi: mld: iwl_mld_remove_link can't fail
iwl_mld_remove_link removes the link from both the FW and from the
driver.
If removing it from the FW failed, we assume that the FW is
dead anyway and remove it from the driver as well.
On the other hand, we still return an error value, indicating the caller
(i.e. mac80211) that the link couldn't be removed - while it was
actually removed.
Later, mac80211 might tell the driver again to remove that link,
and then the driver will warn that it doesn't exist.
Fix this by making iwl_mld_remove_link a void function.
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Link: https://patch.msgid.link/20250313002008.16fe6ebae412.If5371ff7e096b7078ff9e98ff0e72010cd1f076d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions