diff options
| -rw-r--r-- | CORE/MAC/src/pe/lim/limSendManagementFrames.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CORE/MAC/src/pe/lim/limSendManagementFrames.c b/CORE/MAC/src/pe/lim/limSendManagementFrames.c index ebba5232da73..d367e1a71be0 100644 --- a/CORE/MAC/src/pe/lim/limSendManagementFrames.c +++ b/CORE/MAC/src/pe/lim/limSendManagementFrames.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -4710,6 +4710,10 @@ lim_send_extended_chan_switch_action_frame(tpAniSirGlobal mac_ctx, return eSIR_FAILURE; } +#ifdef WLAN_FEATURE_11W + limSetProtectedBit(mac_ctx, session_entry, peer, mac_hdr); +#endif + status = dot11fPackext_channel_switch_action_frame( mac_ctx, &frm, frame + sizeof(tSirMacMgmtHdr), n_payload, &n_payload); if (DOT11F_FAILED(status)) { |
