|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. 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
|
|
@@ -13925,10 +13926,6 @@ static int hdd_features_init(struct hdd_context *hdd_ctx)
|
|
|
wlan_cm_set_check_6ghz_security(hdd_ctx->psoc, true);
|
|
|
wlan_cm_set_6ghz_key_mgmt_mask(hdd_ctx->psoc,
|
|
|
ALLOWED_KEYMGMT_6G_MASK);
|
|
|
- } else {
|
|
|
- wlan_cm_set_check_6ghz_security(hdd_ctx->psoc, false);
|
|
|
- wlan_cm_set_6ghz_key_mgmt_mask(hdd_ctx->psoc,
|
|
|
- DEFAULT_KEYMGMT_6G_MASK);
|
|
|
}
|
|
|
hdd_thermal_stats_cmd_init(hdd_ctx);
|
|
|
|