Your message dated Thu, 10 Nov 2011 09:02:10 +0000
with message-id <[email protected]>
and subject line Bug#648169: fixed in broadcom-sta 5.100.82.112-2
has caused the Debian Bug report #648169,
regarding broadcom-sta: Fix for building with a 2.6.39 kernel and patch for 
renaming interface to wlanX
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.)


-- 
648169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648169
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: broadcom-sta-source
Version: 5.100.82.112-1
Severity: normal


Attached here are two patches for including in debian/patches

1) The first makes broadcom-sta-source build with a 2.6.39.X kernel

2) The other renames the interface ethX that the driver automatically
generates to another called wlanX like all the wireless drivers.
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_cfg80211.c
===================================================================
--- broadcom-sta-5.100.82.112.orig/i386/src/wl/sys/wl_cfg80211.c	2011-10-22 18:55:54.000000000 +0200
+++ broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_cfg80211.c	2011-11-08 16:16:00.000000000 +0100
@@ -1811,7 +1811,7 @@
 	notif_bss_info->frame_len = offsetof(struct ieee80211_mgmt, u.beacon.variable) +
 	                            wl_get_ielen(wl);
 	freq = ieee80211_channel_to_frequency(notif_bss_info->channel 
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 39)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)
 		,(notif_bss_info->channel <= CH_MAX_2G_CHANNEL) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ
 #endif
 	);
Index: broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_cfg80211.c
===================================================================
--- broadcom-sta-5.100.82.112.orig/amd64/src/wl/sys/wl_cfg80211.c	2011-10-22 18:55:54.000000000 +0200
+++ broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_cfg80211.c	2011-11-08 16:16:00.000000000 +0100
@@ -1811,7 +1811,7 @@
 	notif_bss_info->frame_len = offsetof(struct ieee80211_mgmt, u.beacon.variable) +
 	                            wl_get_ielen(wl);
 	freq = ieee80211_channel_to_frequency(notif_bss_info->channel 
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 39)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)
 		,(notif_bss_info->channel <= CH_MAX_2G_CHANNEL) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ
 #endif
 	);
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c
===================================================================
--- broadcom-sta-5.100.82.112.orig/i386/src/wl/sys/wl_linux.c	2011-11-08 19:54:08.000000000 +0100
+++ broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c	2011-11-08 20:11:40.000000000 +0100
@@ -258,7 +256,7 @@
 #define quote_str(s) to_str(s)
 
 #ifndef BRCM_WLAN_IFNAME
-#define BRCM_WLAN_IFNAME eth%d
+#define BRCM_WLAN_IFNAME wlan%d
 #endif
 
 static char name[IFNAMSIZ] = quote_str(BRCM_WLAN_IFNAME);
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c
===================================================================
--- broadcom-sta-5.100.82.112.orig/amd64/src/wl/sys/wl_linux.c	2011-11-08 19:54:08.000000000 +0100
+++ broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_linux.c	2011-11-08 20:11:40.000000000 +0100
@@ -258,7 +256,7 @@
 #define quote_str(s) to_str(s)
 
 #ifndef BRCM_WLAN_IFNAME
-#define BRCM_WLAN_IFNAME eth%d
+#define BRCM_WLAN_IFNAME wlan%d
 #endif
 
 static char name[IFNAMSIZ] = quote_str(BRCM_WLAN_IFNAME);

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: broadcom-sta
Source-Version: 5.100.82.112-2

We believe that the bug you reported is fixed in the latest version of
broadcom-sta, which is due to be installed in the Debian FTP archive:

broadcom-sta-common_5.100.82.112-2_all.deb
  to non-free/b/broadcom-sta/broadcom-sta-common_5.100.82.112-2_all.deb
broadcom-sta-source_5.100.82.112-2_all.deb
  to non-free/b/broadcom-sta/broadcom-sta-source_5.100.82.112-2_all.deb
broadcom-sta_5.100.82.112-2.debian.tar.gz
  to non-free/b/broadcom-sta/broadcom-sta_5.100.82.112-2.debian.tar.gz
broadcom-sta_5.100.82.112-2.dsc
  to non-free/b/broadcom-sta/broadcom-sta_5.100.82.112-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Lacoux <[email protected]> (supplier of updated broadcom-sta 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 10 Nov 2011 08:50:03 +0400
Source: broadcom-sta
Binary: broadcom-sta-common broadcom-sta-source
Architecture: source all
Version: 5.100.82.112-2
Distribution: unstable
Urgency: low
Maintainer: Cyril Lacoux <[email protected]>
Changed-By: Cyril Lacoux <[email protected]>
Description: 
 broadcom-sta-common - Common files for the Broadcom STA Wireless driver
 broadcom-sta-source - Source for the Broadcom STA Wireless driver
Closes: 648169
Changes: 
 broadcom-sta (5.100.82.112-2) unstable; urgency=low
 .
   * Added 02-rename-to-wlan0.patch to rename device from eth%d to wlan%d.
   * Added 04-2.6.39.patch to compile with 2.6.39.X kernels.
   * Thanks to Carlos Alberto Lopez Perez <[email protected]> (Closes: #648169).
Checksums-Sha1: 
 99ec8d3224a729ad53da54b96a3dd4f3600fbdda 1917 broadcom-sta_5.100.82.112-2.dsc
 a2288005532c5ee8c61df10d0d88b1033c091ed6 13628 
broadcom-sta_5.100.82.112-2.debian.tar.gz
 cef066bf4119d5c638888540ebaa948572c124f6 11404 
broadcom-sta-common_5.100.82.112-2_all.deb
 aed115386d2e9779dd8016703b503729031835df 2076480 
broadcom-sta-source_5.100.82.112-2_all.deb
Checksums-Sha256: 
 dcc4490dc9048901b96c425eb3181ad47675c4ec77e02d8d56ae04d5d73f38be 1917 
broadcom-sta_5.100.82.112-2.dsc
 c606c5b4fcc92e5b5d8adb62c6bce14ed1e821c3a08fb5c057b05a135be66cbc 13628 
broadcom-sta_5.100.82.112-2.debian.tar.gz
 6ffd21967e873ce480226df66ce2bbd3aed794c15a1a3da21df4f825129972d6 11404 
broadcom-sta-common_5.100.82.112-2_all.deb
 1148dd88f3053e1773fb14eb902aa71511dff4f5a86298be50c066a7584c1a3f 2076480 
broadcom-sta-source_5.100.82.112-2_all.deb
Files: 
 de3f0c2f04b77d0eeb58603641f14a7a 1917 non-free/admin optional 
broadcom-sta_5.100.82.112-2.dsc
 812553b8911a0fb1265b0d754e507213 13628 non-free/admin optional 
broadcom-sta_5.100.82.112-2.debian.tar.gz
 5713d60ed78ab7c0795700d596b12f9f 11404 non-free/admin optional 
broadcom-sta-common_5.100.82.112-2_all.deb
 104f9923f12e42a6581152f11417d1ec 2076480 non-free/admin optional 
broadcom-sta-source_5.100.82.112-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJOu5KjAAoJEGEbqVCLeKXCKYkP/10djEwDoA80j69SHPu7Oer7
EUQHAtokzgRMaTvQxLHf8dzSPqpGUOSwd0pNCLBYz0qinv+96oU9YNca8Tw4d3lN
gFKo2xjNW6QGlXlKAuEVS3jjbeZX/ffPPI689j7x4Y5aFY71BTZTb65k+nk/17TV
HZda7rqyO1ONGyJ+OFAqIJWRzXY2yIUXO6uD/6CcBowAgZmO41iMdcJFT5HMCNGa
oANwpPdbilet1aPcvUi1ko9rvfZ1SHydv3mVkN+SsRd1TB2GtyoW6Y/ndMVGfR3y
msnOyHrCCky1UWAedsFWtbIJkmsgZ6yqFjJ6ldmD/ySSj53R+p69HrBhWTYhnm7A
nA2ud0E9LwU6zeA9ohk+FkO3CSFXzVkh40PbA3a+doVUD9eDY37oY59lRSNZmg9m
ZJg6ZpEfRo76zm5rd98gQ3YOZAoC9UbsFvIs1MXQGHyiq0eKl/iXPZQ39CvzYLj4
qE7rkUFHRgKWqcOP9FlG5ExdK/eRJHO1DiRce/8qh23tff4lLGVoIejqqBol8gDu
ilssFA/FAWOqRV9CuNOJxV2nx5bacaOuXTaPL+98t36UDpBWKSffXDuVuSUhsRvC
OQ4jCURcduVOAQ9uNscy4xSfClVYb4y/LOWv/WX+uQf0CIZXjJ/ej4o1+23rSOaU
w8O3A/YfdZI5Ixua7/Qh
=Zk5v
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to