mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-25 17:41:35 +00:00
Fix elseif
This commit is contained in:
parent
2805882c66
commit
3a1ecfe70f
@ -274,7 +274,7 @@ enum TDLS_option {
|
|||||||
#if defined(CONFIG_ATMEL_RC_PATCH)
|
#if defined(CONFIG_ATMEL_RC_PATCH)
|
||||||
#define RTW_SCAN_NUM_OF_CH 2
|
#define RTW_SCAN_NUM_OF_CH 2
|
||||||
#define RTW_BACK_OP_CH_MS 200
|
#define RTW_BACK_OP_CH_MS 200
|
||||||
#elseif defined(CONFIG_CUSTOMER_EZVIZ_CHIME2)
|
#elif defined(CONFIG_CUSTOMER_EZVIZ_CHIME2)
|
||||||
#define RTW_SCAN_NUM_OF_CH 1
|
#define RTW_SCAN_NUM_OF_CH 1
|
||||||
#define RTW_BACK_OP_CH_MS 200
|
#define RTW_BACK_OP_CH_MS 200
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user