Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90492
b: refs/heads/master
c: c4f5523
h: refs/heads/master
v: v3
  • Loading branch information
Ron Rindjunsky authored and John W. Linville committed Apr 1, 2008
1 parent 125702b commit 8bb1d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 897e1cf29e05e3373bf380a417d085cd3389a3c0
refs/heads/master: c4f552321fa2cfe1d6b1846138d2aa8254308f96
8 changes: 5 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -8207,6 +8207,11 @@ static void __devexit iwl4965_pci_remove(struct pci_dev *pdev)

IWL_DEBUG_INFO("*** UNLOAD DRIVER ***\n");

if (priv->mac80211_registered) {
ieee80211_unregister_hw(priv->hw);
priv->mac80211_registered = 0;
}

set_bit(STATUS_EXIT_PENDING, &priv->status);

iwl4965_down(priv);
Expand Down Expand Up @@ -8241,9 +8246,6 @@ static void __devexit iwl4965_pci_remove(struct pci_dev *pdev)
iwl4965_unset_hw_setting(priv);
iwlcore_clear_stations_table(priv);

if (priv->mac80211_registered) {
ieee80211_unregister_hw(priv->hw);
}

/*netif_stop_queue(dev); */
flush_workqueue(priv->workqueue);
Expand Down

0 comments on commit 8bb1d8d

Please sign in to comment.