19 lines
587 B
C
19 lines
587 B
C
#ifndef __RTWLAN_CONFIG_H
|
|
#define __RTWLAN_CONFIG_H
|
|
#include "FreeRTOSConfig.h"
|
|
#define CONFIG_PLATFOMR_CUSTOMER_RTOS
|
|
#define DRV_NAME "RTL8821CS"
|
|
#define DRIVERVERSION "c9c2594a99792ec4c03af05362d0c1faa313be44"
|
|
|
|
#define CONFIG_DEBUG 1
|
|
|
|
#define CONFIG_MP_INCLUDED 1
|
|
#define CONFIG_MP_NORMAL_IWPRIV_SUPPORT 1
|
|
#define CONFIG_HARDWARE_8821C 1
|
|
#define CONFIG_ENABLE_P2P 1
|
|
#define CONFIG_WPS 1
|
|
#define CONFIG_WPS_AP 1
|
|
#define CONFIG_ENABLE_WPS_AP 1
|
|
|
|
#endif
|