iwlwifi: fix situation in which debug message is printed
authorReinette Chatre <reinette.chatre@intel.com>
Fri, 28 Aug 2009 16:44:49 +0000 (09:44 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Aug 2009 18:42:10 +0000 (14:42 -0400)
commitb57d46aa0db87b6349737e7b110ebe48ee14c143
treec5048c0e96dabefea43300d3142f7669e07a64c2
parent4c561a02291326c50f9b1f647eae891af9d1f3b2
iwlwifi: fix situation in which debug message is printed

3945 does not have update_chain_flags defined and because if this we always
see the debug message that does not apply to it. Add a check to be specific
about what is actually happening.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-power.c