Package: ipw2200-source
Version: 1.0.1-1
Severity: normal

Hello !

ipw2200-source is not able to compile against a kernel patched with
suspend2 patch because of the new definition of create_workqueue
introduced by this patch.

  CC [M]  /usr/src/modules/ipw2200/driver/ipw2200.o
  /usr/src/modules/ipw2200/driver/ipw2200.c:7351:52: macro �
create_workqueue � requiert 2 arguments, mais seulement 1 ont �t� pass�s

There is a CPP condition in the sources to avoid this problem :

#ifdef CONFIG_SOFTWARE_SUSPEND2
        priv->workqueue = create_workqueue(DRV_NAME, 0);
#else
        priv->workqueue = create_workqueue(DRV_NAME);
#endif

I have changed the first line to be :

#ifdef 1

But this is not a general work around.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-zoro.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ipw2200-source depends on:
ii  debhelper                     4.2.31     helper programs for debian/rules
ii  module-assistant              0.7.5      tool to make module package creati

-- no debconf information

Reply via email to