iwlwifi: cleanup (remove pm_state)
authorRami Rosen <ramirose@gmail.com>
Fri, 5 Dec 2008 16:16:21 +0000 (18:16 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 18:48:22 +0000 (13:48 -0500)
This patches removes unused variable (pm_state) from iwl-dev.h and
from iwl-3945.h. (wireless-testing tree)

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-3945.h
drivers/net/wireless/iwlwifi/iwl-dev.h

index d7d13a9e22bd15d6840a4feb67fa1917c32ca955..05640a85d1157db00e1200c15b46b71b9399735b 100644 (file)
@@ -908,9 +908,6 @@ struct iwl3945_priv {
        s8 user_txpower_limit;
        s8 max_channel_txpower_limit;
 
-#ifdef CONFIG_PM
-       u32 pm_state[16];
-#endif
 
 #ifdef CONFIG_IWL3945_DEBUG
        /* debugging info */
index 9d678d1d19dfa69ec27d2fb0e6d98e8fc8b262ba..25e87145c97cdc77c0773c5961001f10374db11d 100644 (file)
@@ -994,9 +994,6 @@ struct iwl_priv {
        s8 tx_power_user_lmt;
        s8 tx_power_channel_lmt;
 
-#ifdef CONFIG_PM
-       u32 pm_state[16];
-#endif
 
 #ifdef CONFIG_IWLWIFI_DEBUG
        /* debugging info */