Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
authorFlorian Fainelli <florian@openwrt.org>
Mon, 7 Jan 2008 19:38:17 +0000 (19:38 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 7 Jan 2008 19:38:17 +0000 (19:38 +0000)
commit72f91990ae92fcd21a1fdbc49b44c54b9addb043
tree6df757a7bd08cbbebdbbc7a08a1ac608e47e6dd6
parentb94e01b2e3d1c2bac842b292f3ef29e5b60942f7
Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
which reports a WARNING: at kernel/softirq.c:138 local_bh_enable().

Make the TIATM driver use tasklet, instead of BH without the flag, the TIATM driver treats packets inside BH,
which is wrong for most skbuff stuff. Use tasklet instead.

Signed-off-by: <benoit.ganne@gmail.com>
SVN-Revision: 10141
package/ar7-atm/patches/150-tasklet_mode.patch [new file with mode: 0644]