Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377,
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2008 19:38:17 +0000 (19:38 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Jan 2008 19:38:17 +0000 (19:38 +0000)
commit7fdc9f28c1ba0d4f97e7d93ff3342f40081753c1
tree6df757a7bd08cbbebdbbc7a08a1ac608e47e6dd6
parentd8078ef49825ea85ce914c9a969757d9ad072a05
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10141 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/ar7-atm/patches/150-tasklet_mode.patch [new file with mode: 0644]