qcacmn: Rename hif_callbacks and remove unwanted header files in source files

Rename hif_callbacks structure to hif_driver_state_callbacks and remove
get_monotonic callback and use qdf API to get monotonic time.

Remove following unwanted header files in the hif source files.
osdep.h, athdefs.h, a_types.h, osapi_linux.h.

Change-Id: Ib7a03cab1b056a33b39247989fa3dfca41c85f77
CRs-Fixed: 967765
This commit is contained in:
Komal Seelam
2016-03-02 15:18:25 +05:30
committed by Vishwajith Upendra
parent 39ac6ff576
commit 7508012ea9
14 changed files with 81 additions and 130 deletions

View File

@@ -32,9 +32,6 @@
extern "C" {
#endif /* __cplusplus */
#include <athdefs.h>
#include "a_types.h"
#include "osapi_linux.h"
#include <qdf_nbuf.h>
#include <qdf_types.h>
#include <qdf_lock.h>