wifi: mac80211: clean up FILS discovery change flags handling
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jan 2024 18:57:39 +0000 (19:57 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 2 Feb 2024 13:20:42 +0000 (14:20 +0100)
commit392d3dfdfd68f4be6964d4fc8f3979a7a859e6f2
tree73dce8277834a1593681ac0dd6db373d9d26c106
parentf455f5ad500a993b65ae1c4c59639eff558e1688
wifi: mac80211: clean up FILS discovery change flags handling

It doesn't make sense to return BSS change flags in an int, as
they're a bigger type. For this particular function it still
works OK, but clean it up to avoid future errors (or copying
this code in a broken way.)

Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://msgid.link/20240129195739.e340a7d5e7c6.I1dfcca32d43dce903494a2c474844491682671b4@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c