|
@@ -386,8 +386,7 @@ lim_process_ext_channel_switch_action_frame(struct mac_context *mac_ctx,
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- if ((eLIM_STA_ROLE == session_entry->limSystemRole) ||
|
|
|
|
- (eLIM_P2P_DEVICE_CLIENT == session_entry->limSystemRole)) {
|
|
|
|
|
|
+ if (session_entry->pePersona == QDF_P2P_GO_MODE) {
|
|
|
|
|
|
struct sir_sme_ext_cng_chan_ind *ext_cng_chan_ind;
|
|
struct sir_sme_ext_cng_chan_ind *ext_cng_chan_ind;
|
|
struct scheduler_msg mmh_msg = {0};
|
|
struct scheduler_msg mmh_msg = {0};
|