summaryrefslogtreecommitdiff
path: root/packages/wifistix/wifistix-modules/struct-changes.patch
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-10-02 14:14:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-10-02 14:14:47 +0000
commit5a0f4ca1fec6af093195d0b0d2dfffb463c815ea (patch)
treec321adef102d72e0d66c5e2d4785928a45c08824 /packages/wifistix/wifistix-modules/struct-changes.patch
parent7a5388e17be3a3d4b3789edf8ecbd4366740f8b7 (diff)
parent76fd07d9e9def4526f1fd47517e9d8822e555177 (diff)
merge of '907b09122e18d1c5bf7d911edc9c19d8eff6cfe4'
and '9f9ee853372a36ca4890047d0472edcab6e5c2f3'
Diffstat (limited to 'packages/wifistix/wifistix-modules/struct-changes.patch')
-rw-r--r--packages/wifistix/wifistix-modules/struct-changes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/wifistix/wifistix-modules/struct-changes.patch b/packages/wifistix/wifistix-modules/struct-changes.patch
new file mode 100644
index 0000000000..d935796900
--- /dev/null
+++ b/packages/wifistix/wifistix-modules/struct-changes.patch
@@ -0,0 +1,13 @@
+Index: src_cf8385/wlan/wlan_main.c
+===================================================================
+--- src_cf8385.orig/wlan/wlan_main.c
++++ src_cf8385/wlan/wlan_main.c
+@@ -912,7 +912,7 @@ static wlan_private *wlan_add_card(void
+ dev->watchdog_timeo = WLAN_WATCHDOG_TIMEOUT;
+
+ #ifdef WIRELESS_EXT
+- dev->get_wireless_stats = wlan_get_wireless_stats;
++ wlan_handler_def.get_wireless_stats = wlan_get_wireless_stats;
+ dev->wireless_handlers = (struct iw_handler_def *) &wlan_handler_def;
+ #endif
+ #endif /* linux */