qcacmn: Move Max Peers variable to WMA

Remove Max Peers reference in HIF and move it to WMA

Change-Id: If2be1e3a69abdca471d6bb96aca9298bffd4bd25
CRs-Fixed: 967765
This commit is contained in:
Komal Seelam
2016-02-11 16:16:17 +05:30
committed by Gerrit - the friendly Code Review server
parent 3f78aa6a1d
commit 6081702c40
2 changed files with 0 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ struct qca_napi_data {
* @enable_fw_log: To Enable FW LOG
* @enable_lpass_support: LPASS support
* @enable_ramdump_collection: Ramdump Collection
* @max_no_of_peers: Max Number of Peers
*
* Structure for holding ini parameters.
*/
@@ -162,7 +161,6 @@ struct hif_config_info {
bool enable_fw_log;
bool enable_lpass_support;
bool enable_ramdump_collection;
uint8_t max_no_of_peers;
};
/**