qcacmn: WDS and AST specific code under different compile time flag
Based on requirement from customer we have re-organised AST specific and WDS specific code under different compile time flags. Change-Id: Icbb0dff7c2e7a2239d82c296468fa8d3e4f53021
Esse commit está contido em:
@@ -190,7 +190,7 @@ void dp_peer_find_hash_add(struct dp_soc *soc, struct dp_peer *peer)
|
||||
qdf_spin_unlock_bh(&soc->peer_ref_mutex);
|
||||
}
|
||||
|
||||
#ifdef FEATURE_WDS
|
||||
#ifdef FEATURE_AST
|
||||
/*
|
||||
* dp_peer_ast_hash_attach() - Allocate and initialize AST Hash Table
|
||||
* @soc: SoC handle
|
||||
|
Referência em uma nova issue
Block a user