Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95d4ded6 authored by sunyue5's avatar sunyue5 Committed by Sooraj S
Browse files

FP3: prima: Dont initialise ACL list



Dont initialise ACL list when soft ap turns on,
Qsap sends ioctl command to set the list.

Change-Id: I8ef1004381c828fc6c3d08d7aab3c18806009f71
Signed-off-by: default avatarsunyue5 <sunyue5@motorola.com>
Reviewed-on: https://gerrit.mot.com/1102826


SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: default avatarZhilu Yin <yinzl1@motorola.com>
Submit-Approved: Jira Key
Signed-off-by: default avatarAndrew Hexen <SyberHexen@gmail.com>
parent 9fee6cd5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -683,6 +683,9 @@ WLANSAP_StartBss
            }
        }

//BEGIN MOT a19110 IKSWO-8490 Comment out initialisation of
//acl list. We use driver ioctl to set it
#if 0
        // Copy MAC filtering settings to sap context
        pSapCtx->eSapMacAddrAclMode = pConfig->SapMacaddr_acl;
        vos_mem_copy(pSapCtx->acceptMacList, pConfig->accept_mac, sizeof(pConfig->accept_mac));
@@ -691,6 +694,8 @@ WLANSAP_StartBss
        vos_mem_copy(pSapCtx->denyMacList, pConfig->deny_mac, sizeof(pConfig->deny_mac));
        pSapCtx->nDenyMac = pConfig->num_deny_mac;
        sapSortMacList(pSapCtx->denyMacList, pSapCtx->nDenyMac);
#endif
//END IKSWO-8490

        /* Fill in the event structure for FSM */
        sapEvent.event = eSAP_HDD_START_INFRA_BSS;