From: Emmanuel Grumbach Date: Sun, 22 Dec 2013 13:13:01 +0000 (+0200) Subject: iwlwifi: pcie: don't update the op_mode if rfkill hasn't changed X-Git-Tag: v3.14-rc1~94^2~238^2^2~83^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc3374fcebe30fefebf1fdce660d33b3e2bd0f9;p=pandora-kernel.git iwlwifi: pcie: don't update the op_mode if rfkill hasn't changed This is useless and introduces a dependency between rfkill and stop_device - the op_mode can't call stop_device from the rfkill notification since it would lead to an endless recursion. Next patches will need to do so. Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed