P2P: Update op_reg_class in random social channel case

Commit 94b84bc725 missed one path where
p2p->op_reg_class should have been updated. Set this to 81 during
operating channel selection from 2.4 GHz.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Arif Hussain 2014-03-22 12:50:55 -07:00 committed by Jouni Malinen
parent 70634eec0c
commit c3ba70f4d0

View file

@ -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;