commit | c177db2d0d5e751d52d3827b8cfdb6ef92a95a2d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Oct 30 09:17:44 2018 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 08:56:58 2018 +0100 |
tree | 8501101ca8914e24a29f2bd3816e62acdfc69809 | |
parent | 5c21e8100dfd57c806e833ae905e26efbb87840f [diff] |
cfg80211/mac80211: fix FTM settings across CSA When FTM is enabled, doing a CSA will unexpectedly lose it since the value of ftm_responder may be initialized to 0 instead of -1, so fix that. Fixes: 81e54d08d9d8 ("cfg80211: support FTM responder configuration/statistics") Signed-off-by: Johannes Berg <johannes.berg@intel.com>