projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix WLAN mac address on the TL-WR1043ND
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
226-atm_br2684.patch
diff --git
a/target/linux/generic-2.4/patches/226-atm_br2684.patch
b/target/linux/generic-2.4/patches/226-atm_br2684.patch
index
bfff13a
..
0ae1cce
100644
(file)
--- a/
target/linux/generic-2.4/patches/226-atm_br2684.patch
+++ b/
target/linux/generic-2.4/patches/226-atm_br2684.patch
@@
-257,7
+257,7
@@
netif_rx(skb);
}
netif_rx(skb);
}
-@@ -52
5,10 +625
,10 @@ Note: we do not have explicit unassign,
+@@ -52
9,10 +629
,10 @@ Note: we do not have explicit unassign,
err = -EEXIST;
goto error;
}
err = -EEXIST;
goto error;
}
@@
-272,7
+272,7
@@
err = -EINVAL;
goto error;
}
err = -EINVAL;
goto error;
}
-@@ -55
4,18 +654
,21 @@ Note: we do not have explicit unassign,
+@@ -55
3,18 +653
,21 @@ Note: we do not have explicit unassign,
brvcc->atmvcc = atmvcc;
atmvcc->user_back = brvcc;
brvcc->encaps = (enum br2684_encaps) be.encaps;
brvcc->atmvcc = atmvcc;
atmvcc->user_back = brvcc;
brvcc->encaps = (enum br2684_encaps) be.encaps;
@@
-293,8
+293,8
@@
- error:
+ error:
write_unlock_irq(&devs_lock);
- error:
+ error:
write_unlock_irq(&devs_lock);
+ kfree(brvcc);
MOD_DEC_USE_COUNT;
MOD_DEC_USE_COUNT;
- return err;
@@ -608,12 +711,25 @@ static int br2684_create(unsigned long a
if (ni.ifname[0] != '\0') {
@@ -608,12 +711,25 @@ static int br2684_create(unsigned long a
if (ni.ifname[0] != '\0') {
This page took
0.021345 seconds
and
4
git commands to generate.