diff --git a/qdf/linux/src/i_qdf_types.h b/qdf/linux/src/i_qdf_types.h index 2c68abfa33..60d21b2994 100644 --- a/qdf/linux/src/i_qdf_types.h +++ b/qdf/linux/src/i_qdf_types.h @@ -98,11 +98,26 @@ typedef unsigned long dma_addr_t; typedef unsigned long phys_addr_t; typedef unsigned long __sgtable_t; +#ifndef SIOCGIWAP #define SIOCGIWAP 0 +#endif + +#ifndef IWEVCUSTOM #define IWEVCUSTOM 0 +#endif + +#ifndef IWEVREGISTERED #define IWEVREGISTERED 0 +#endif + +#ifndef IWEVEXPIRED #define IWEVEXPIRED 0 +#endif + +#ifndef SIOCGIWSCAN #define SIOCGIWSCAN 0 +#endif + #define DMA_TO_DEVICE 0 #define DMA_BIDIRECTIONAL 0 #define DMA_FROM_DEVICE 0