Home
last modified time | relevance | path

Searched refs:global_mac_context (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/
H A Dmac_init_api.c45 static struct mac_context *global_mac_context; variable
49 global_mac_context = qdf_mem_malloc(sizeof(*global_mac_context)); in mac_allocate_context_buffer()
51 return global_mac_context; in mac_allocate_context_buffer()
56 qdf_mem_free(global_mac_context); in mac_free_context_buffer()
57 global_mac_context = NULL; in mac_free_context_buffer()
60 static struct mac_context global_mac_context; variable
64 return &global_mac_context; in mac_allocate_context_buffer()