Explorar el Código

qcacmn: Remove typedef v_CONTEXT_t

Typedef v_CONTEXT_t was inherited from a previous version of the
driver. It was always strange to have an abstraction for (void *)
since that is an integral part of C99 and hence does not require
abstraction. Now all references to this typedef have been replaced
with (void *) so remove this obsolete relic.

Change-Id: Ibe61708d0315e541376be24746d167d1f7a8ccc0
CRs-Fixed: 2117100
Jeff Johnson hace 7 años
padre
commit
c70ccac86e
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      qdf/inc/qdf_types.h

+ 0 - 3
qdf/inc/qdf_types.h

@@ -594,9 +594,6 @@ typedef enum {
 #endif
 #endif
 
-/* typedef for QDF Context... */
-typedef void *v_CONTEXT_t;
-
 #define QDF_MAC_ADDR_SIZE (6)
 #define QDF_MAC_ADDRESS_STR "%02x:%02x:%02x:%02x:%02x:%02x"
 #define QDF_MAC_ADDR_ARRAY(a) \