diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2020-04-12 15:10:34 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-04-12 15:10:34 -0700 |
| commit | 20c54d1e8d2234f58458df0dbc1c2d07dac61805 (patch) | |
| tree | 530dfc612a779456a2af010277d1bbc2dad2fa59 | |
| parent | dcf6c9a69d6768e5186d785252cbbff38995d10a (diff) | |
| parent | f60f19cbe7599f6ef17c2b880f42bdcd8d13ea98 (diff) | |
Merge "qcacld-3.0: Assert for PMF peer isn't added to data path"
| -rw-r--r-- | core/mac/src/pe/lim/lim_send_sme_rsp_messages.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c index 7958083003ea..6f080d8adafd 100644 --- a/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c +++ b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -916,11 +916,7 @@ lim_send_sme_disassoc_ntf(tpAniSirGlobal pMac, break; } } - if (sta_ds -#ifdef WLAN_FEATURE_11W - && (!sta_ds->rmfEnabled) -#endif - ) { + if (sta_ds) { if (lim_add_sta(pMac, sta_ds, false, session) != eSIR_SUCCESS) pe_err("could not Add STA with assocId: %d", |
