commit | 2a7fc5b1c17a6055fe2753ebacaf43b5780bcf99 | [log] [tgz] |
---|---|---|
author | Roland Vossen <rvossen@broadcom.com> | Wed Oct 12 20:51:12 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 14 14:48:16 2011 -0400 |
tree | bae75a98fea99de15a4b38b4d6386596a820ecd3 | |
parent | be69c4ef462a476523f89c74e7db29f6ad207a1a [diff] |
brcm80211: smac: decreased timer callback irq level Timer functions were called at soft-irq level, leading to the limitation that mutexes could not be used. Lifted this limitation by migrating to work queues. Reviewed-by: Alwin Beukers <alwin@broadcom.com> Reviewed-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>