Your message dated Sun, 13 Apr 2008 23:09:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line ipw3945 has been removed from Debian, closing #446905
has caused the Debian Bug report #446905,
regarding ipw3945-source: ipw3945 module does not compile with the latest 
kernel sources
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
446905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446905
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ipw3945-source
Version: 1.2.2-1
Severity: normal
Tags: patch


The latest kernel sources do not include the SET_MODULE_OWNER and
MAC_ARG macros. The following two patches allow the ipw3945 module
to compile with the current kernel sources (from git).


Author: Samuel Tardieu <[EMAIL PROTECTED]>
Date:   Tue Oct 16 12:31:58 2007 +0200

    MAC_ARG is not defined by the kernel headers anymore

diff --git a/ipw3945.c b/ipw3945.c
index eec20b7..cc36b9c 100644
--- a/ipw3945.c
+++ b/ipw3945.c
@@ -102,6 +102,12 @@
 #define VQ
 #endif
 
+/* stolen from net/ieee80211.h */
+#ifndef MAC_ARG
+#define MAC_ARG(x) ((u8*)(x))[0], ((u8*)(x))[1], ((u8*)(x))[2], \
+                  ((u8*)(x))[3], ((u8*)(x))[4], ((u8*)(x))[5]
+#endif
+
 #define IPW3945_VERSION "1.2.2" VD VM VP VR VQ
 
 #define DRV_DESCRIPTION        "Intel(R) PRO/Wireless 3945 Network Connection 
driver for Linux"



Author: Samuel Tardieu <[EMAIL PROTECTED]>
Date:   Tue Oct 16 12:37:54 2007 +0200

    Nuke SET_MODULE_OWNER() use

diff --git a/ipw3945.c b/ipw3945.c
index cc36b9c..0369876 100644
--- a/ipw3945.c
+++ b/ipw3945.c
@@ -16597,7 +16597,6 @@ static int ipw_pci_probe(struct pci_dev *pdev, const 
struct pci_device_id *ent)
                goto out_release_ucode;
        }
 
-       SET_MODULE_OWNER(net_dev);
        SET_NETDEV_DEV(net_dev, &pdev->dev);
        mutex_lock(&priv->mutex);
        priv->ieee->hard_start_xmit = ipw_net_hard_start_xmit;


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ipw3945-source depends on:
ii  bzip2                         1.0.3-7    high-quality block-sorting file co
ii  debhelper                     5.0.57     helper programs for debian/rules
ii  dpatch                        2.0.27     patch maintenance system for Debia
ii  make                          3.81-3     The GNU version of the "make" util
ii  module-assistant              0.10.11    tool to make module package creati

ipw3945-source recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.1.2-7

The ipw3945 package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/475038 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues

http://Marco.Tondela.org



--- End Message ---

Reply via email to