Skip to content

Commit

Permalink
iwlwifi: cleanup (remove pm_state)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and John W. Linville committed Dec 12, 2008
1 parent a8ec42c commit 61ff84a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl-3945.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
3 changes: 0 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 61ff84a

Please sign in to comment.