wifi: mac80211: fix ieee80211_link_set_associated() type
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Mar 2023 10:09:32 +0000 (12:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Mar 2023 09:57:11 +0000 (10:57 +0100)
commite820373a4fd06ebb6ed0331e97693048cfd16652
treedd14ecca953d5b4ab47e3f2bf4ea04c98f064366
parente8edb34640eeeefc74a3d767b61b4d4ac3b94eea
wifi: mac80211: fix ieee80211_link_set_associated() type

The return type here should be u64 for the flags, even
if it doesn't matter right now because it doesn't return
any flags that don't fit into u32.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230301115906.d67ccae57d60.Ia4768e547ba8b1deb2b84ce3bbfbe216d5bfff6a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c