blob: 2823889047fdb39d4c7bf5a56f343454cb5ef143 [file] [log] [blame]
/*
* Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
* All Rights Reserved.
* Qualcomm Atheros Confidential and Proprietary.
*/
/*
*
* Airgo Networks, Inc proprietary. All rights reserved.
* macInitApi.c - Header file for mac level init functions
* Author: Dinesh Upadhyay
* Date: 04/23/2007
* History:-
* Date Modified by Modification Information
* --------------------------------------------------------------------------
*
*/
#ifndef __MAC_INIT_API_H
#define __MAC_INIT_API_H
#include "aniGlobal.h"
tSirRetStatus macStart(tHalHandle hHal, void* pHalMacStartParams);
tSirRetStatus macStop(tHalHandle hHal, tHalStopType stopType);
tSirRetStatus macOpen(tHalHandle * pHalHandle, tHddHandle hHdd, tMacOpenParameters * pMacOpenParms);
tSirRetStatus macClose(tHalHandle hHal);
tSirRetStatus macPreStart(tHalHandle hHal);
#endif //__MAC_INIT_API_H