iwl3945: remove STATUS macros from header
authorReinette Chatre <reinette.chatre@intel.com>
Fri, 19 Feb 2010 06:03:02 +0000 (22:03 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Feb 2010 20:52:49 +0000 (15:52 -0500)
commit4a6547c748229ba0425713b4adeb0f2d4000da9e
tree257c45169b278fd9e49cb629afb53763a334ceea
parent5c0ba62fd4b2dce08055a89600f1d834f9f0fe9e
iwl3945: remove STATUS macros from header

iwl3945 includes iwl-core.h in which these STATUS flags are already
defined. This also removes a potential confusing definition with iwlcore
using STATUS_MODE_PENDING with value 18 and iwl3945 defining (but not
using) STATUS_CONF_PENDING for value 18.

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