diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c index b2186e787..01b067b7e 100644 --- a/src/p2p/p2p.c +++ b/src/p2p/p2p.c @@ -1230,6 +1230,7 @@ static void p2p_prepare_channel_best(struct p2p_data *p2p) if (num_channels) { p2p_dbg(p2p, "Select random available social channel from 2.4 GHz band as operating channel preference"); + p2p->op_reg_class = 81; op_chan = op_chans; } else { struct p2p_reg_class *class;