Files
luban-lite/bsp/peripheral/wireless/realtek/platform/include/rtwlan_config.h

36 lines
823 B
C
Raw Normal View History

2024-10-30 16:50:31 +08:00
#include "aic_common.h"
2023-08-30 16:21:18 +08:00
#define CONFIG_PLATFOMR_CUSTOMER_RTOS
#define DRV_NAME "RTL8733BS"
2024-10-30 16:50:31 +08:00
#ifdef REALTEK_FULL_FNC_MODE
#define DRIVERVERSION "460653b8f542ceeb2c9019ac6c38cd8ec20a4424"
#else
2023-08-30 16:21:18 +08:00
#define DRIVERVERSION "57999b1af4f228855793e1801ce9bbea4565e7a8"
2024-10-30 16:50:31 +08:00
#endif
2023-08-30 16:21:18 +08:00
#define CONFIG_DEBUG 1
#define CONFIG_MP_INCLUDED 1
#define CONFIG_MP_NORMAL_IWPRIV_SUPPORT 1
#define CONFIG_NO_REFERENCE_FOR_COMPILER 1
#define MAX_TX_SKB_DATA_NUM 100
2024-10-30 16:50:31 +08:00
#ifdef REALTEK_FULL_FNC_MODE
#define CONFIG_AP_MODE 1
//20240904_v1.4
#define CONFIG_CONCURRENT_MODE 1
#define CONFIG_PROMISC 1
#define CONFIG_WPS 1
#define CONFIG_ENABLE_P2P 1
#endif
2023-08-30 16:21:18 +08:00
#ifndef CONFIG_WLAN
#define CONFIG_WLAN 1
#endif
#define IN
#define OUT