aboutsummaryrefslogtreecommitdiffstats
path: root/package/ar7-atm/patches/150-tasklet_mode.patch
Commit message (Collapse)AuthorAgeFilesLines
* add support for new ar7-atm version D7.05.00.00 (#6515)Florian Fainelli2010-03-071-11/+0
| | | | SVN-Revision: 20039
* refresh ar7-atm patchesFlorian Fainelli2009-05-281-3/+2
| | | | SVN-Revision: 16158
* fix broken patch file from #2997Travis Kemen2008-01-091-2/+2
| | | | SVN-Revision: 10152
* Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377, which ↵Florian Fainelli2008-01-071-0/+12
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