1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[generic-2.4] refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17553 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb
2009-09-10 10:06:35 +00:00
parent c92ea34a21
commit ad43258cc7
23 changed files with 139 additions and 184 deletions

View File

@@ -257,7 +257,7 @@
netif_rx(skb);
}
@@ -525,10 +625,10 @@ Note: we do not have explicit unassign,
@@ -529,10 +629,10 @@ Note: we do not have explicit unassign,
err = -EEXIST;
goto error;
}
@@ -272,7 +272,7 @@
err = -EINVAL;
goto error;
}
@@ -554,18 +654,21 @@ Note: we do not have explicit unassign,
@@ -553,18 +653,21 @@ Note: we do not have explicit unassign,
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);
kfree(brvcc);
MOD_DEC_USE_COUNT;
return err;
@@ -608,12 +711,25 @@ static int br2684_create(unsigned long a
if (ni.ifname[0] != '\0') {