qcacld-3.0: Allow P2P-GO channel switch in response to ECSA Frame
FR29306 has requirement to receive ECSA action frame from P2P-GO Change id Ie9ddbf10c13f62205fdd60c512a560b35c6610ba broke this Allow P2P-GO channel switch in response to ECSA Frame CRs-Fixed: 2424413 Change-Id: Id388b0b6a5610b41d4da0dcda98974d9d0495eb5
This commit is contained in:

committed by
nshrivas

parent
a4d23c48da
commit
937444762e
@@ -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) ||
|
if (session_entry->pePersona == QDF_P2P_GO_MODE) {
|
||||||
(eLIM_P2P_DEVICE_CLIENT == session_entry->limSystemRole)) {
|
|
||||||
|
|
||||||
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};
|
||||||
|
Reference in New Issue
Block a user