Skip to content

Commit

Permalink
iwlwifi: remove unused variable form __iwl4965_down
Browse files Browse the repository at this point in the history
This patch removes unused variable from __iwl4965_down.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Jun 3, 2008
1 parent 2d87889 commit c317fee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3341,12 +3341,9 @@ static void __iwl4965_down(struct iwl_priv *priv)
{
unsigned long flags;
int exit_pending = test_bit(STATUS_EXIT_PENDING, &priv->status);
struct ieee80211_conf *conf = NULL;

IWL_DEBUG_INFO(DRV_NAME " is going down\n");

conf = ieee80211_get_hw_conf(priv->hw);

if (!exit_pending)
set_bit(STATUS_EXIT_PENDING, &priv->status);

Expand Down

0 comments on commit c317fee

Please sign in to comment.