qcacld-3.0: Fill op and ext rates in LIM
Fill operational and extended rates in LIM instead of CSR as part of connection manager. Change-Id: I9197e835703059d61bc67897a9670ff166460318 CRs-Fixed: 2892415
This commit is contained in:

committed by
snandini

parent
59deb24ee4
commit
6664a74b45
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2021 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
|
||||
@@ -23,16 +23,6 @@
|
||||
#ifndef __CFG_MLME_SAP_H
|
||||
#define __CFG_MLME_SAP_H
|
||||
|
||||
#define STR_SSID_DEFAULT "1234567890"
|
||||
#define STR_SSID_DEFAULT_LEN sizeof(STR_SSID_DEFAULT)
|
||||
|
||||
#define CFG_SSID CFG_STRING( \
|
||||
"cfg_ssid", \
|
||||
0, \
|
||||
STR_SSID_DEFAULT_LEN, \
|
||||
STR_SSID_DEFAULT, \
|
||||
"CFG_SSID")
|
||||
|
||||
#define CFG_BEACON_INTERVAL CFG_INI_UINT( \
|
||||
"gBeaconInterval", \
|
||||
0, \
|
||||
@@ -735,7 +725,6 @@
|
||||
#define CFG_SAP_ALL \
|
||||
CFG_SAP_SAE \
|
||||
CFG(CFG_AP_ENABLE_RANDOM_BSSID) \
|
||||
CFG(CFG_SSID) \
|
||||
CFG(CFG_BEACON_INTERVAL) \
|
||||
CFG(CFG_DTIM_PERIOD) \
|
||||
CFG(CFG_LISTEN_INTERVAL) \
|
||||
|
Reference in New Issue
Block a user