P2P: Update op_reg_class in random social channel case
authorArif Hussain <c_arifh@qca.qualcomm.com>
Sat, 22 Mar 2014 19:50:55 +0000 (12:50 -0700)
committerJouni Malinen <j@w1.fi>
Sat, 22 Mar 2014 20:44:53 +0000 (22:44 +0200)
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>
src/p2p/p2p.c

index b2186e7..01b067b 100644 (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;