Package: ipw2200-source
Version: 1.0.6-4
Severity: important
Tags: patch
Justification: fails to build from source
Included is a patch to allow ipw2200 to build with 2.6.13 kernels
patched with suspend2.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=el_GR (charmap=ISO-8859-7)
Versions of packages ipw2200-source depends on:
ii debhelper 4.9.8 helper programs for debian/rules
ii ieee80211-source 1.0.3-3 Source for the 802.11 (wireless) n
ii module-assistant 0.9.9 tool to make module package creati
ipw2200-source recommends no packages.
-- no debconf information
diff -Nuar ipw2200.orig/driver/ipw2200.c ipw2200/driver/ipw2200.c
--- ipw2200.orig/driver/ipw2200.c 2005-09-05 19:20:31.000000000 +0300
+++ ipw2200/driver/ipw2200.c 2005-09-05 19:21:03.000000000 +0300
@@ -10146,11 +10146,7 @@
{
int ret = 0;
-#ifdef PF_SYNCTHREAD
- priv->workqueue = create_workqueue(DRV_NAME, 0);
-#else
priv->workqueue = create_workqueue(DRV_NAME);
-#endif
init_waitqueue_head(&priv->wait_command_queue);
init_waitqueue_head(&priv->wait_state);