Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352816
b: refs/heads/master
c: 572078b
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Feb 18, 2013
1 parent 6fb3943 commit 21d1650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 6295ca184b6216ecde68f16f487a524734761adf
refs/heads/master: 572078be54856bf751af9a43d501ffb8d09b1ea7
5 changes: 3 additions & 2 deletions trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,9 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,

ieee80211_roc_purge(sdata);

if (sdata->vif.type == NL80211_IFTYPE_STATION)
ieee80211_mgd_stop(sdata);

/*
* Remove all stations associated with this interface.
*
Expand Down Expand Up @@ -783,8 +786,6 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
}
}
spin_unlock_irqrestore(&ps->bc_buf.lock, flags);
} else if (sdata->vif.type == NL80211_IFTYPE_STATION) {
ieee80211_mgd_stop(sdata);
}

if (going_down)
Expand Down

0 comments on commit 21d1650

Please sign in to comment.