mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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>
This commit is contained in:
parent
70634eec0c
commit
c3ba70f4d0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user