hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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);