23.09.2019 14:51, Johannes Berg пишет: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > In a few places we don't properly initialize on-stack chandefs, > resulting in EDMG data to be non-zero, which broke things. > > Additionally, in a few places we rely on the driver to init the > data completely, but perhaps we shouldn't as non-EDMG drivers > may not initialize the EDMG data, also initialize it there. > > Fixes: 2a38075cd0be ("nl80211: Add support for EDMG channels") > Reported-by: Dmitry Osipenko <digetx@xxxxxxxxx> > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > --- > net/wireless/nl80211.c | 4 +++- > net/wireless/reg.c | 2 +- > net/wireless/wext-compat.c | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-) Johannes, thank you very much! Tested-by: Dmitry Osipenko <digetx@xxxxxxxxx>