From: Emmanuel Grumbach Date: Wed, 7 Jan 2015 14:44:06 +0000 (+0200) Subject: iwlwifi: correctly set the NMI register X-Git-Tag: fixes-v4.0-rc1~150^2~130^2~24^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66396583e1dc38359a4d182bbcf22b925f4e7233;p=pandora-kernel.git iwlwifi: correctly set the NMI register When we want to trigger an NMI in the device, we need to set bit 7 and not bit 0. However, older firmwares don't register to the interrupt issued by bit 7. Use bit 7 first so that the correct interrupt will be issued hoping that the firmware will react. To be on the safe side, set bit 0 in case the firmware didn't register to the proper interrupt. Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed