qcacld-3.0: Replace blacklist/whitelist for denylist/allowlist
Replace blacklist/whitelist with denylist/allowlist for blacklist manager component. and replace blm with dlm. Change-Id: I8dec146d8cb3b61dc891b72bea44704b8ab733fe CRs-Fixed: 3087575
This commit is contained in:

zatwierdzone przez
Madan Koyyalamudi

rodzic
2d84395960
commit
51509a327f
@@ -2654,7 +2654,7 @@ end:
|
||||
return status;
|
||||
}
|
||||
|
||||
static enum blm_reject_ap_reason wmi_get_reject_reason(uint32_t reason)
|
||||
static enum dlm_reject_ap_reason wmi_get_reject_reason(uint32_t reason)
|
||||
{
|
||||
switch (reason) {
|
||||
case WMI_BL_REASON_NUD_FAILURE:
|
||||
|
Reference in New Issue
Block a user