From: Vasanthakumar Thiagarajan Date: Fri, 15 May 2009 06:47:16 +0000 (-0400) Subject: ath9k: Move PS wakeup/restore calls from isr to tasklet X-Git-Tag: v2.6.31-rc1~330^2~313^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153e080da6a07ed888a0a59c45e28bc7351407ff;p=pandora-kernel.git ath9k: Move PS wakeup/restore calls from isr to tasklet We do not need to do this in ath_isr() and it looks like the modified version ends up being more stable as far as being able receive beacon frames is concerned. Furthermore, this reduces need to move between AWAKE and NETWORK SLEEP states when processing some unrelated interrupts. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed