From: Bob Copeland Date: Sun, 15 Feb 2009 17:06:11 +0000 (-0500) Subject: ath5k: move beacon processing to a tasklet X-Git-Tag: v2.6.30-rc1~662^2~460^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf3c1a592a070edeede5dfa38c0ce3395357de0;p=pandora-kernel.git ath5k: move beacon processing to a tasklet We currently send beacons directly from the interrupt routine. This can hold up interrupt processing in beaconing modes and makes the ISR somewhat more complex. Move it to a tasklet like rx and tx. Changes-licensed-under: 3-Clause-BSD Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed