aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wifistix/wifistix-modules/sbi-no-inline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wifistix/wifistix-modules/sbi-no-inline.patch')
-rw-r--r--recipes/wifistix/wifistix-modules/sbi-no-inline.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/wifistix/wifistix-modules/sbi-no-inline.patch b/recipes/wifistix/wifistix-modules/sbi-no-inline.patch
new file mode 100644
index 0000000000..204ebc78b5
--- /dev/null
+++ b/recipes/wifistix/wifistix-modules/sbi-no-inline.patch
@@ -0,0 +1,13 @@
+--- src_cf8385/wlan/sbi.h
++++ src_cf8385/wlan/sbi.h
+@@ -92,8 +92,8 @@
+ u16 npayload);
+ int sbi_enable_host_int(wlan_private *);
+
+-inline int sbi_exit_deep_sleep(wlan_private *);
+-inline int sbi_reset_deepsleep_wakeup(wlan_private *);
++int sbi_exit_deep_sleep(wlan_private *);
++int sbi_reset_deepsleep_wakeup(wlan_private *);
+
+ #ifdef ENABLE_PM
+ inline int sbi_suspend(wlan_private *);