From: Helmut Schaa Date: Sun, 11 Jul 2010 10:27:26 +0000 (+0200) Subject: rt2x00: Allow beacon update without scheduling a work X-Git-Tag: v2.6.36-rc1~571^2~107^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dee32f51b0beba25a70e8011652858c6e55f792;p=pandora-kernel.git rt2x00: Allow beacon update without scheduling a work Since all rt2x00 PCI drivers use threaded interrupts now we don't need to schedule a work just to update the beacon. The only place where the beacon still gets updated in atomic context is from the set_tim callback. Hence, move the work scheduling there. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed