hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/rfkill-wlan.h
....@@ -46,7 +46,14 @@
4646 struct clk *ext_clk;
4747 };
4848
49
+#if IS_REACHABLE(CONFIG_RFKILL_RK)
4950 int rfkill_get_wifi_power_state(int *power);
51
+#else
52
+static inline int rfkill_get_wifi_power_state(int *power)
53
+{
54
+ return -1;
55
+}
56
+#endif
5057 void *rockchip_mem_prealloc(int section, unsigned long size);
5158 int rfkill_set_wifi_bt_power(int on);
5259 int rockchip_wifi_power(int on);