From: Sujith Manoharan Date: Wed, 13 Apr 2011 05:53:52 +0000 (+0530) Subject: ath9k_htc: Queue WMI events X-Git-Tag: v3.0-rc1~377^2~256^2^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c88991f51e097b6541f998fd23d477999e5886;p=pandora-kernel.git ath9k_htc: Queue WMI events Use a queue to handle WMI events and schedule a tasklet to process the events. This fixes the race between the WMI event ISR and the SWBA tasklet when the arrival of WMI events in quick succession could overwrite the SWBA data before the tasklet from a previous iteration could have been scheduled. Also, drain the WMI queue properly. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed