P2P: Include p2p_add_cli_chan parameter while cloning the configuration
The dynamically created P2P group interface did not consider the channels that can be used by the P2P client during the P2P group formation. Copy the p2p_add_cli_chan parameter while cloning the configuration to the P2P group interface. This allows the dynamically created group interface case to form the group in the specific client-only channels when the device is a P2P client in the group. Signed-off-by: Sreeramya Soratkal <ssramya@codeaurora.org>
This commit is contained in:
parent
8f0ed71ffe
commit
9c39c1a6d3
1 changed files with 1 additions and 0 deletions
|
@ -2161,6 +2161,7 @@ do { \
|
||||||
d->go_internet = s->go_internet;
|
d->go_internet = s->go_internet;
|
||||||
d->go_venue_group = s->go_venue_group;
|
d->go_venue_group = s->go_venue_group;
|
||||||
d->go_venue_type = s->go_venue_type;
|
d->go_venue_type = s->go_venue_type;
|
||||||
|
d->p2p_add_cli_chan = s->p2p_add_cli_chan;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue