wifi: build together with rkwifi, esp8089, rtl8188eu driver, avoid config change
[firefly-linux-kernel-4.4.55.git] / include / linux / rfkill-wlan.h
index 93a81a037003db0f95b0007dd20c006ed8379f2c..22ccd6d645a6273a7ecdbde803e0993c0b29febd 100755 (executable)
@@ -40,6 +40,12 @@ struct rksdmmc_gpio_wifi_moudle {
     struct rksdmmc_gpio   GPS_LAN;  //pin33--GPS_LAN
 };
 
+enum {
+    WIFI_RKWIFI,
+    WIFI_RTL8188EU,
+    WIFI_ESP8089
+};
+
 int rfkill_get_wifi_power_state(int *power, int *vref_ctrl_enable);
 void *rockchip_mem_prealloc(int section, unsigned long size);
 int rockchip_wifi_ref_voltage(int on);