GNU Linux-libre 4.14.251-gnu1
[releases.git] / drivers / staging / rtl8723bs / include / drv_conf.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  ******************************************************************************/
15 #ifndef __DRV_CONF_H__
16 #define __DRV_CONF_H__
17 #include "autoconf.h"
18
19 //About USB VENDOR REQ
20 #if defined(CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC) && !defined(CONFIG_USB_VENDOR_REQ_MUTEX)
21         #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC automatically"
22         #define CONFIG_USB_VENDOR_REQ_MUTEX
23 #endif
24 #if defined(CONFIG_VENDOR_REQ_RETRY) &&  !defined(CONFIG_USB_VENDOR_REQ_MUTEX)
25         #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_VENDOR_REQ_RETRY automatically"
26         #define CONFIG_USB_VENDOR_REQ_MUTEX
27 #endif
28
29 #define DYNAMIC_CAMID_ALLOC
30
31 #ifndef CONFIG_RTW_HIQ_FILTER
32         #define CONFIG_RTW_HIQ_FILTER 1
33 #endif
34
35 //#include <rtl871x_byteorder.h>
36
37 #endif // __DRV_CONF_H__