mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
SDMMC:
This macro of WIFI_HOST_WAKE temporarily unused Thus, it is moved to another file rk-sdmmc-wifi.c
This commit is contained in:
@@ -52,9 +52,7 @@
|
||||
* Well, you just own engineering module to set the value in the corresponding module branch.
|
||||
* Otherwise, you do not define this macro, eliminate it.
|
||||
*
|
||||
*/
|
||||
#define WIFI_HOST_WAKE RK30_PIN3_PD2 //If you do not select this function, leave it alone.
|
||||
|
||||
*/
|
||||
#if defined(CONFIG_RTL8192CU) || defined(CONFIG_RTL8188EU)
|
||||
#define RK30SDK_WIFI_GPIO_POWER_N RK30_PIN3_PD0
|
||||
#define RK30SDK_WIFI_GPIO_POWER_ENABLE_VALUE GPIO_LOW//GPIO_HIGH
|
||||
|
||||
@@ -52,9 +52,7 @@
|
||||
* Well, you just own engineering module to set the value in the corresponding module branch.
|
||||
* Otherwise, you do not define this macro, eliminate it.
|
||||
*
|
||||
*/
|
||||
#define WIFI_HOST_WAKE RK30_PIN3_PD2 //If you do not select this function, leave it alone.
|
||||
|
||||
*/
|
||||
#if defined(CONFIG_RTL8192CU) || defined(CONFIG_RTL8188EU)
|
||||
#define RK30SDK_WIFI_GPIO_POWER_N RK30_PIN3_PD0
|
||||
#define RK30SDK_WIFI_GPIO_POWER_ENABLE_VALUE GPIO_LOW//GPIO_HIGH
|
||||
|
||||
@@ -481,6 +481,7 @@ int rk29sdk_wifi_set_carddetect(int val)
|
||||
}
|
||||
EXPORT_SYMBOL(rk29sdk_wifi_set_carddetect);
|
||||
|
||||
#define WIFI_HOST_WAKE RK30_PIN3_PD2
|
||||
|
||||
static struct resource resources[] = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user