patch the correct exception handler (see #1642)
[openwrt.git] / target / linux / brcm47xx-2.6 / patches / 180-b44_timeout.patch
1 diff -urN linux-2.6.19.2/drivers/net/b44.c linux-2.6.19.2.new/drivers/net/b44.c
2 --- linux-2.6.19.2/drivers/net/b44.c 2007-05-03 12:22:54.000000000 +0200
3 +++ linux-2.6.19.2.new/drivers/net/b44.c 2007-05-03 12:23:19.000000000 +0200
4 @@ -1640,7 +1640,7 @@
5 bw32(bp, B44_RXCONFIG, val);
6 } else {
7 unsigned char zero[6] = {0, 0, 0, 0, 0, 0};
8 - int i = 0;
9 + int i = 1;
10
11 __b44_set_mac_addr(bp);
12
This page took 0.078807 seconds and 5 git commands to generate.