commit | 3dc3374fcebe30fefebf1fdce660d33b3e2bd0f9 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Dec 22 15:13:01 2013 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Dec 31 19:03:44 2013 +0200 |
tree | 1dcbb916eaca729132988b11d94c4e1ea1aa48db | |
parent | b9439491055a18ee075614139abadfd74c1b887f [diff] |
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 <emmanuel.grumbach@intel.com>