I had hoped this would be the cure so I don't have to undo the 85a83d26 commit patch by patch.

However, while this did not solve the problem it DID show a new error:
bcm43xx_mac80211: ASSERTION FAILED (bcm43xx_status(dev) == BCM43xx_STAT_STARTED) at: drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c:1377:bcm43xx_interrupt_tasklet()

Is that a clue to bigger things, or a problem with this patch? dmesg and tcpdump (of garbage) included along with a log of what I did with the git "test" tree to get there.

Ehud


Larry Finger wrote:
To the list: The beginnings of this thread were done off-list, but I want to let everyone know about the problem, and to discover if anyone else has it. Since 2.6.23-rc1, Ehud has a problem in that the information his interface is transmitting is garbled. He did a bisection and discovered that the problem is involved with commit 85a83d26 "bcm43xx-mac80211: Rewrite and simplify handling of the initialization status.". Neither Michael nor I can reproduce the problem, nor is anything obviously wrong with the patch, other than this patch exposes an error in the location of the initial interrupt. I found this error on my old/slow notebook. Fixing that error did not resolve Ehud's problem. That fix is now in Linville's tree.

Ehud - please make your test tree current with a 'git checkout -f' command, and do a 'git pull' to make certain you have the latest code. Then apply the trial patch below, which reverts a small part of Michael's patch, and see if it fixes the problem.

Larry


Index: wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
===================================================================
--- wireless-dev.orig/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
+++ wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
@@ -1503,7 +1503,7 @@ static void bcm43xx_interrupt_ack(struct
 /* Interrupt handler top-half */
 static irqreturn_t bcm43xx_interrupt_handler(int irq, void *dev_id)
 {
-    irqreturn_t ret = IRQ_NONE;
+    irqreturn_t ret = IRQ_HANDLED;
     struct bcm43xx_wldev *dev = dev_id;
     u32 reason;

@@ -1512,12 +1512,11 @@ static irqreturn_t bcm43xx_interrupt_han

     spin_lock(&dev->wl->irq_lock);

-    if (bcm43xx_status(dev) < BCM43xx_STAT_STARTED)
-        goto out;
     reason = bcm43xx_read32(dev, BCM43xx_MMIO_GEN_IRQ_REASON);
-    if (reason == 0xffffffff) /* shared IRQ */
+    if (reason == 0xffffffff) { /* shared IRQ */
+        ret = IRQ_NONE;
         goto out;
-    ret = IRQ_HANDLED;
+    }
     reason &= bcm43xx_read32(dev, BCM43xx_MMIO_GEN_IRQ_MASK);
     if (!reason)
         goto out;
bcm43xx-phy0: Broadcom 4311 WLAN found
bcm43xx-phy0 debug: Found PHY: Analog 4, Type 2, Revision 8
bcm43xx-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
bcm43xx-phy0 debug: Radio turned off
bcm43xx driver
bcm43xx-phy1: Broadcom 4311 WLAN found
bcm43xx-phy1 debug: Found PHY: Analog 4, Type 2, Revision 8
bcm43xx-phy1 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
bcm43xx-phy1 debug: Radio turned off
bcm43xx-phy1 debug: Adding Interface type 2
bcm43xx-phy1 debug: Loading firmware version 371.1061 (2006-10-04 21:02:04)
bcm43xx-phy1 debug: Radio turned on
bcm43xx-phy1 debug: Radio enabled by hardware
bcm43xx-phy1 debug: bbatt(11) >= size of LO array
 [<ffffffff8817daaf>] :bcm43xx_mac80211:bcm43xx_get_lo_g_ctl+0x65/0xa8
 [<ffffffff8817db28>] :bcm43xx_mac80211:bcm43xx_lo_g_ctl_current+0x36/0x3b
 [<ffffffff8817dc0c>] :bcm43xx_mac80211:bcm43xx_lo_g_adjust+0x9/0x15
 [<ffffffff8817824b>] :bcm43xx_mac80211:bcm43xx_phy_init_pctl+0x338/0x6a6
 [<ffffffff88172ae4>] :bcm43xx_mac80211:bcm43xx_phy_read+0x5c/0x63
 [<ffffffff8817b52e>] :bcm43xx_mac80211:bcm43xx_phy_initg+0xc85/0xd0a
 [<ffffffff8817bd61>] :bcm43xx_mac80211:bcm43xx_phy_init+0x582/0x5a7
 [<ffffffff8816fcce>] :bcm43xx_mac80211:bcm43xx_chip_init+0x68c/0x9a3
 [<ffffffff8817026d>] :bcm43xx_mac80211:bcm43xx_wireless_core_init+0x288/0x73e
 [<ffffffff881712bb>] :bcm43xx_mac80211:bcm43xx_add_interface+0x5f/0xf4
bcm43xx-phy1 debug: Chip initialized
bcm43xx-phy1 debug: 32-bit DMA initialized
bcm43xx_mac80211: ASSERTION FAILED (bcm43xx_status(dev) == 
BCM43xx_STAT_STARTED) at: 
drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c:1525:bcm43xx_interrupt_handler()
bcm43xx_mac80211: ASSERTION FAILED (bcm43xx_status(dev) == 
BCM43xx_STAT_STARTED) at: 
drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c:1377:bcm43xx_interrupt_tasklet()
bcm43xx-phy1 debug: Wireless interface started
08:47:25.934468 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap Unknown (0xd0) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 d11e
        0x0010:  7c00 d33d 7497 de0e 21e6 f6fe 8382 bf04
        0x0020:  e081 7838 36f2 114a 3ee3 9c19 e3fc 402c
        0x0030:  8746 083d 4fb9 0b86 4965 f272 86e1 963b
        0x0040:  2efe a2c5 c3ac f6ca 4363 eb91 a233
08:47:29.497365 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 76: LLC, 
dsap Unknown (0xd2) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 62
        0x0000:  001a 920e 401f 00a0 c80e c0e5 003e d21e
        0x0010:  7c00 b59a f31e 0bf3 fbe6 ed6c 61e1 8dec
        0x0020:  6140 70fa 69df dfbb 2998 2d07 bccf d878
        0x0030:  359f ef8e 79f5 9aa0 89d1 b3f0 a6ed 82e8
        0x0040:  14a8 dfc5 4da3 2098 8a15 9ec0
08:47:29.498793 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 76: LLC, 
dsap Unknown (0xd2) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 62
        0x0000:  001a 920e 401f 00a0 c80e c0e5 003e d31e
        0x0010:  7c00 f065 3827 4be3 2a8f b100 cdff 0f2d
        0x0020:  d2bb 575a 6007 e010 0d88 3e7b 0c19 6c93
        0x0030:  2ee2 ffb1 9c7c aad6 54be e187 ec7e 0394
        0x0040:  eef5 c0dd 851c fc21 2766 ace6
08:47:29.499384 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 76: LLC, 
dsap Unknown (0xd4) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 62
        0x0000:  001a 920e 401f 00a0 c80e c0e5 003e d41e
        0x0010:  7c00 29d2 84cb 11fa a960 2a79 a2ad a0ac
        0x0020:  3a68 2ea7 76dd 364d ae5b b6c9 5eaa cc6f
        0x0030:  9e5a a5b9 8e6d d113 5292 d5f0 7413 3c8e
        0x0040:  7076 8ae8 1ae4 ea0c d6f7 d873
08:47:30.445670 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap Unknown (0xd4) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 d51e
        0x0010:  7c00 3ffe 5f21 22b6 66ae 9e03 62ca 3d56
        0x0020:  2b78 f62c a859 26f7 1fb3 3b26 070b f3ca
        0x0030:  3b5d bc7c bc04 3ee4 e901 f8a7 4098 5ad8
        0x0040:  12f8 01ba f08c 0f57 e994 6d98 3dd0
08:47:30.545002 00:1a:92:0e:40:1f > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), 
length 342: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
00:1a:92:0e:40:1f, length 300
        0x0000:  ffff ffff ffff 001a 920e 401f 0800 4510
        0x0010:  0148 0000 0000 1011 a996 0000 0000 ffff
        0x0020:  ffff 0044 0043 0134 fd48 0101 0600 b985
        0x0030:  f346 0000 0000 0000 0000 0000 0000 0000
        0x0040:  0000 0000 0000 001a 920e 401f 0000 0000
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
08:47:30.551954 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 158: LLC, 
dsap Unknown (0xd6) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 144
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0090 d71e
        0x0010:  7c00 1b15 63c0 f34f 1769 9ff0 a784 4116
        0x0020:  fcc0 f530 36ca ee7c ff24 3071 cde7 6826
        0x0030:  edeb 86ec 3f0e db13 4041 c301 4eef 754c
        0x0040:  c584 611d a119 069f 139a 4d2d 532f 475a
        0x0050:  8e42 e50d 7655 35a6 1932 9a91 472c 614c
08:47:30.602283 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 158: LLC, 
dsap Unknown (0xd8) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 144
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0090 d81e
        0x0010:  7c00 ab33 6721 0d4c b8ca 8620 93f2 a827
        0x0020:  61f2 0b54 64c6 bcaa b25d 399a f454 7263
        0x0030:  f86e 383b f50d 4601 80c6 7342 027e 7965
        0x0040:  3ef6 74f2 6fe6 56e0 32c0 d360 e854 f448
        0x0050:  f94c a94e 25f0 dc21 aca7 36b7 4e23 08f2
08:47:30.637561 00:1a:92:0e:40:1f > ff:ff:ff:ff:ff:ff, 802.3, length 358: LLC, 
dsap Unknown (0xd6) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 344
        0x0000:  ffff ffff ffff 001a 920e 401f 0158 d61e
        0x0010:  7c00 579e 0dda 3b86 1ad4 0de2 e480 2ae1
        0x0020:  b563 01f7 c00b 909a 030b b7bf 53cc 6f3b
        0x0030:  32ae c97c 7e92 5da7 37fa 6b38 21b0 cd8d
        0x0040:  4b8e 6317 18c7 bcbf dc38 f699 1176 3bdf
        0x0050:  375f 87ef 29a5 738d 8160 770e 4330 747a
08:47:30.656033 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 371: LLC, 
dsap Unknown (0xd8) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 357
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0165 d91e
        0x0010:  7c00 591f 1507 3b98 9ac7 07d8 cd74 ee0b
        0x0020:  820a 1c23 b8a1 ed45 45ce 58e6 9273 2f02
        0x0030:  59bc 8b88 7cf6 e055 d246 9c57 7bf7 8843
        0x0040:  f55c f1ce 89e8 cc4d 4089 e763 3e8f c863
        0x0050:  1a51 380e 0033 5856 905d c950 24bd 2862
08:47:33.000559 00:1a:92:0e:40:1f > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), 
length 342: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
00:1a:92:0e:40:1f, length 300
        0x0000:  ffff ffff ffff 001a 920e 401f 0800 4510
        0x0010:  0148 0000 0000 1011 a996 0000 0000 ffff
        0x0020:  ffff 0044 0043 0134 fd45 0101 0600 b985
        0x0030:  f346 0003 0000 0000 0000 0000 0000 0000
        0x0040:  0000 0000 0000 001a 920e 401f 0000 0000
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000
08:47:33.006309 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 158: LLC, 
dsap Unknown (0xda) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 144
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0090 db1e
        0x0010:  7c00 c3a6 832c 4ece 982e 4580 b65d 676c
        0x0020:  40b9 ed14 3dc1 f73c 2688 844c 3201 6ab2
        0x0030:  b3de 1cc0 5d10 2504 ed0d 6ea3 d232 7b83
        0x0040:  d450 0781 e8be a2be 5026 8360 ea2e 8868
        0x0050:  9ffd 49bd 9aad 185b 10d0 c66b c453 694b
08:47:33.057118 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 158: LLC, 
dsap Unknown (0xdc) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 144
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0090 dc1e
        0x0010:  7c00 6414 d8d5 6b9a 5d81 e658 3f4a dab8
        0x0020:  393b 2fb8 4c49 474b 23bc 45ef b0da 3303
        0x0030:  59fa 5a72 3806 049a b2a8 ff00 86f8 83f8
        0x0040:  a1bf 5afb 8b12 de2e 2455 dea6 0d1e 5765
        0x0050:  b799 d13d 93cf fe9f 6214 239b 4760 3493
08:47:33.094761 00:1a:92:0e:40:1f > ff:ff:ff:ff:ff:ff, 802.3, length 358: LLC, 
dsap Unknown (0xda) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 344
        0x0000:  ffff ffff ffff 001a 920e 401f 0158 da1e
        0x0010:  7c00 3e13 98f9 ce7f edbf d342 c6a1 452b
        0x0020:  4781 6594 3309 0d10 f78f 3335 a6c1 9b2c
        0x0030:  ccbd 21b8 e756 b3e3 7d25 5eed f997 5670
        0x0040:  5dc1 0246 9709 d279 7b89 9fe5 8ea1 cabe
        0x0050:  cf39 984e 3170 47dc ed87 30a1 042d 4b8a
08:47:33.109701 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 371: LLC, 
dsap Unknown (0xdc) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 357
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0165 dd1e
        0x0010:  7c00 38f5 69d2 e608 b733 562e d46d 6bf1
        0x0020:  d83a 9c72 89b2 34d4 829c 290f e286 0548
        0x0030:  562f c9a8 b8b8 5d05 95a2 6a5b 1dcf 576e
        0x0040:  f801 7e05 6b97 93f5 2623 8411 2d95 966c
        0x0050:  87fd a1e8 7637 75a7 ae66 cb94 2281 f32c
08:47:33.367638 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap Unknown (0xde) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 de1e
        0x0010:  7c00 a643 9c40 4858 e6fc b587 3e72 32ce
        0x0020:  d060 80e8 60df bc28 502d b54b 9ac6 2f2e
        0x0030:  8d19 b5e5 abf3 b2e7 98c9 d1d0 c04a 3621
        0x0040:  efad cf0f f208 52af 75ab 61ad 2abb
08:47:35.455603 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap Unknown (0xde) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 df1e
        0x0010:  7c00 4333 7c13 d938 0da3 1608 2ad3 4776
        0x0020:  be91 fc63 cdd6 b46b 5569 72b0 e687 fb1b
        0x0030:  681f d9ea e06e 2037 0693 675e 5a30 f75d
        0x0040:  0226 290b 5afe 212a 9cc0 0c02 5944
08:47:36.496653 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 76: LLC, 
dsap IPX (0xe0) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 62
        0x0000:  001a 920e 401f 00a0 c80e c0e5 003e e01e
        0x0010:  7c00 252f 5896 6fc9 824a 7ae6 c461 c647
        0x0020:  143d 7aab dc15 85cb 8099 a090 78af c2d0
        0x0030:  6953 f9fe 3224 5d82 708d a62b 24fd 26b7
        0x0040:  e016 b2a7 9b1e d4ed 1975 715d
08:47:38.795086 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap IPX (0xe0) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: Information, 
send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 e11e
        0x0010:  7c00 7a5c c92f f495 ede1 c989 7e25 1cb0
        0x0020:  aade 82a2 bf1d 7301 30dd 6441 7bba d2fc
        0x0030:  4a6a 2960 2b07 fdde 4d3c d526 b9ce 3101
        0x0040:  70a0 a0fb 4d20 233e 8e8c a785 8e40
08:47:39.391496 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 78: LLC, 
dsap NetBeui (0xf0) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 64
        0x0000:  001a 920e 401f 00a0 c80e c0e5 0040 f01e
        0x0010:  7c00 267d f838 8bf0 331b c673 917a 3e04
        0x0020:  ebdb e303 baa6 c23a ede5 bf0b 8edc d09b
        0x0030:  adea 8be7 55e6 414c 2e65 0b04 7eb0 a888
        0x0040:  0310 b473 2e20 3fa3 8609 9925 4239
08:47:43.496817 00:a0:c8:0e:c0:e5 > 00:1a:92:0e:40:1f, 802.3, length 76: LLC, 
dsap NetBeui (0xf0) Group, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 62
        0x0000:  001a 920e 401f 00a0 c80e c0e5 003e f11e
        0x0010:  7c00 c8e7 5f05 674f 8081 545b e2db 673c
        0x0020:  4434 6956 4bab 71ee c922 ad0a eff2 5651
        0x0030:  af8f 68a0 d1e2 01fc ca32 b3ff 6ce1 9baa
        0x0040:  67fc 32ba ab1f 7174 a6cc e69a
08:47:46.301769 00:a0:c8:0e:c0:ef > 01:80:c2:00:00:0e, 802.3, length 220: LLC, 
dsap Unknown (0xf2) Individual, ssap Unknown (0x1e) Command, ctrl 0x007c: 
Information, send seq 62, rcv seq 0, Flags [Command], length 206
        0x0000:  0180 c200 000e 00a0 c80e c0ef 00ce f21e
        0x0010:  7c00 ec1e 861c 8ca0 ba7e ef09 3deb 8c62
        0x0020:  19fd acd3 eedc 86b8 189d ebf0 a2d8 aaaa
        0x0030:  76e6 ed34 28f2 5393 a6e2 a0cb e818 08e7
        0x0040:  e6c6 51d7 311a 6bb3 e2ae 45b4 fd5a 5833
        0x0050:  dcab d7cb 565c da25 bc9d 9416 89dc 933b

[EMAIL PROTECTED] test]# git checkout -f
[EMAIL PROTECTED] test]# cat > patch-2007-aug-08-lfinger.txt
--- wireless-dev.orig/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
+++ wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
@@ -1503,7 +1503,7 @@ static void bcm43xx_interrupt_ack(struct
 /* Interrupt handler top-half */
 static irqreturn_t bcm43xx_interrupt_handler(int irq, void *dev_id)
 {
-    irqreturn_t ret = IRQ_NONE;
+    irqreturn_t ret = IRQ_HANDLED;
     struct bcm43xx_wldev *dev = dev_id;
     u32 reason;

@@ -1512,12 +1512,11 @@ static irqreturn_t bcm43xx_interrupt_han

     spin_lock(&dev->wl->irq_lock);

-    if (bcm43xx_status(dev) < BCM43xx_STAT_STARTED)
-        goto out;
     reason = bcm43xx_read32(dev, BCM43xx_MMIO_GEN_IRQ_REASON);
-    if (reason == 0xffffffff) /* shared IRQ */
+    if (reason == 0xffffffff) { /* shared IRQ */
+        ret = IRQ_NONE;
         goto out;
-    ret = IRQ_HANDLED;
+    }
     reason &= bcm43xx_read32(dev, BCM43xx_MMIO_GEN_IRQ_MASK);
     if (!reason)
         goto out; 
[EMAIL PROTECTED] test]# patch -p1 < patch-2007-aug-08-lfinger.txt 
patching file drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c
Hunk #1 FAILED at 1503.
Hunk #2 FAILED at 1512.
2 out of 2 hunks FAILED -- saving rejects to file 
drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c.rej
[EMAIL PROTECTED] test]# time nice make -j3
...
  Building modules, stage 2.
Kernel: arch/x86_64/boot/bzImage is ready  (#1)
  MODPOST 1419 modules
  CC      drivers/net/wireless/bcm43xx-mac80211/bcm43xx-mac80211.mod.o
  LD [M]  drivers/net/wireless/bcm43xx-mac80211/bcm43xx-mac80211.ko

real    2m47.377s
user    0m43.105s
sys     0m12.937s
[EMAIL PROTECTED] test]# time nice make modules_install
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  
2.6.23-rc1-test; fi

real    2m4.426s
user    0m3.731s
sys     0m9.533s
[EMAIL PROTECTED] test]# time nice make install
sh /home/test/arch/i386/boot/install.sh 2.6.23-rc1-test 
arch/x86_64/boot/bzImage System.map "/boot"

real    0m17.858s
user    0m8.406s
sys     0m2.494s
[EMAIL PROTECTED] test]# 

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to