Searched refs:bcn_l (Results 1 – 1 of 1) sorted by relevance
857 tSchBeaconStruct *bcn_l = NULL; in lim_allocate_and_get_bcn() local870 bcn_l = qdf_mem_malloc_atomic(sizeof(tSchBeaconStruct)); in lim_allocate_and_get_bcn()871 if (!bcn_l) in lim_allocate_and_get_bcn()879 bcn_l) != QDF_STATUS_SUCCESS) { in lim_allocate_and_get_bcn()885 *bcn = bcn_l; in lim_allocate_and_get_bcn()896 if (bcn_l) { in lim_allocate_and_get_bcn()897 qdf_mem_free(bcn_l); in lim_allocate_and_get_bcn()898 bcn_l = NULL; in lim_allocate_and_get_bcn()