Your message dated Wed, 9 Aug 2006 00:37:20 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381528: madwifi does not build with 2.6.18-rc3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: madwifi-source
Version: 0.svnr1680.0.9.1-1
Tags: patch

Please fix build issue with latest kernels.


diff -u madwifi-0.svnr1680.0.9.1/debian/changelog 
madwifi-0.svnr1680.0.9.1/debian/changelog
--- madwifi-0.svnr1680.0.9.1/debian/changelog
+++ madwifi-0.svnr1680.0.9.1/debian/changelog
@@ -1,3 +1,9 @@
+madwifi (0.svnr1680.0.9.1-1.1) unstable; urgency=low
+
+  * Apply fixes for madwifi tickets 746, 760 to build with 2.6.18-rc3
+
+ -- Junichi Uekawa <[EMAIL PROTECTED]>  Sat,  5 Aug 2006 15:49:02 +0900
+
 madwifi (0.svnr1680.0.9.1-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- madwifi-0.svnr1680.0.9.1.orig/net80211/ieee80211_linux.c
+++ madwifi-0.svnr1680.0.9.1/net80211/ieee80211_linux.c
@@ -44,6 +44,7 @@
 #include <linux/etherdevice.h>
 #include <linux/if_vlan.h>
 #include <linux/vmalloc.h>
+#include <linux/proc_fs.h>
 
 #include <net/iw_handler.h>
 #include <linux/wireless.h>
only in patch2:
unchanged:
--- madwifi-0.svnr1680.0.9.1.orig/include/compat.h
+++ madwifi-0.svnr1680.0.9.1/include/compat.h
@@ -43,7 +43,11 @@
  */
 #define        NBBY    8                       /* number of bits/byte */
 
-#define        roundup(x, y)   ((((x)+((y)-1))/(y))*(y))  /* to any y */
+#include <linux/version.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
+#define        roundup(x, y)   ((((x)+((y)-1))/(y))*(y))  /* to any y */ 
+#endif
+
 #define        howmany(x, y)   (((x)+((y)-1))/(y))
 
 /* Bit map related macros. */


--- End Message ---
--- Begin Message ---
On Monday 07 August 2006 07:06, Loïc Minier wrote:
>         Hi,
>
> On Sat, Aug 05, 2006, Junichi Uekawa wrote:
> > Please fix build issue with latest kernels.
>
>  I think madwifi 0.svnr1697.0.9.2-1 which Kel prepared and is the latest
>  version of the SVN fixes the bug, would you please confirm it does?

Compiles against 2.6.18-rc4, which is latest at time of writing.

Closing.

Thanks, Kel.

--- End Message ---

Reply via email to