wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 11 Dec 2023 07:05:25 +0000 (09:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 12 Dec 2023 09:37:01 +0000 (10:37 +0100)
commit0528e0fdba9e6b1e9502344f5217b699075667a7
tree3ba53eaf3d71eeaa6cc9936a091429782a22b8ba
parent42b941cd6738d26abdae2f3fee520b79ea77e2fe
wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP

ENOTSUP isn't a standard error code. EOPNOTSUPP should be used instead.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Reviewed-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20231211085121.3841b71c867d.Idf2ad01d9dfe8d6d6c352bf02deb06e49701ad1d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/driver-ops.h
net/mac80211/mesh_hwmp.c
net/mac80211/mesh_pathtbl.c
net/mac80211/scan.c
net/mac80211/tdls.c