Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193846
b: refs/heads/master
c: 2ea9fb3
h: refs/heads/master
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Mar 23, 2010
1 parent a48dd80 commit 7381f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: a0cb7be4f4fa765dcfa82675811cd7e7713b5610
refs/heads/master: 2ea9fb3d79aac371e5bb0c4b0f5be7195e8fcd33
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,12 +1029,13 @@ static void wl1271_op_remove_interface(struct ieee80211_hw *hw,
struct wl1271 *wl = hw->priv;
int i;

unregister_inetaddr_notifier(&wl1271_dev_notifier);

mutex_lock(&wl->mutex);
wl1271_debug(DEBUG_MAC80211, "mac80211 remove interface");

wl1271_info("down");

unregister_inetaddr_notifier(&wl1271_dev_notifier);
list_del(&wl->list);

WARN_ON(wl->state != WL1271_STATE_ON);
Expand Down

0 comments on commit 7381f1d

Please sign in to comment.