backports: cw1200 utilizes kthreads for <= 2.6.35
authorSolomon Peachy <pizza@shaftnet.org>
Sat, 17 Aug 2013 13:02:58 +0000 (09:02 -0400)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 27 Aug 2013 18:15:28 +0000 (11:15 -0700)
commit442830db717deaf1851717becdb0d51e478255a9
tree15776142e4e6d22b1de5c59a4178cc4efb01c4fe
parent7e52701be975c63996ca0b91754bc42747ff286b
backports: cw1200 utilizes kthreads for <= 2.6.35

The new workqueue APIs in 2.6.36 allowed us to scrap the old kthread worker
that had been used; unfortunately the backported API isn't complete so
in order to support older kernels, resurrect this patch.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
patches/collateral-evolutions/network/75-cw1200-workqueues/cw1200_workqueues.patch [new file with mode: 0644]