Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61ff84a4 authored by Rami Rosen's avatar Rami Rosen Committed by John W. Linville
Browse files

iwlwifi: cleanup (remove pm_state)



This patches removes unused variable (pm_state) from iwl-dev.h and
from iwl-3945.h. (wireless-testing tree)

Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a8ec42c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */
+0 −3
Original line number Diff line number Diff line
@@ -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 */