Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: cleanup (remove pm_state)
@ 2008-12-05 16:16 Rami Rosen
  2008-12-09  0:02 ` reinette chatre
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2008-12-05 16:16 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, reinette.chatre, yi.zhu, ipw3945-devel

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>


diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h
b/drivers/net/wireless/iwlwifi/iwl-3945.h
index 5c2c15e..b7f31d6 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.h
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.h
@@ -906,9 +906,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 */
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h
b/drivers/net/wireless/iwlwifi/iwl-dev.h
index a19fbb5..2df36e9 100644
--- a/drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/drivers/net/wireless/iwlwifi/iwl-dev.h
@@ -1003,9 +1003,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 */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-09  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 16:16 [PATCH] iwlwifi: cleanup (remove pm_state) Rami Rosen
2008-12-09  0:02 ` reinette chatre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox