Browse Source

P2P: Update op_reg_class in random social channel case

Commit 94b84bc7253680a2b201d5c88d36ada91a3e20b4 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>
Arif Hussain 11 years ago
parent
commit
c3ba70f4d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/p2p/p2p.c

+ 1 - 0
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;