Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321464
b: refs/heads/master
c: 2d9957c
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Aug 1, 2012
1 parent 36b10f7 commit 4313bca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba846a502c6b3c0ff047861c891fd1afeed6e435
refs/heads/master: 2d9957cce674308f744f37f68b6bc3261bfdbbf4
2 changes: 2 additions & 0 deletions trunk/net/mac80211/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ void ieee80211_stop_mesh(struct ieee80211_sub_if_data *sdata)
local->fif_other_bss--;
atomic_dec(&local->iff_allmultis);
ieee80211_configure_filter(local);

sdata->u.mesh.timers_running = 0;
}

static void ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata,
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,8 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata,
del_timer_sync(&sdata->u.mgd.bcn_mon_timer);
del_timer_sync(&sdata->u.mgd.timer);
del_timer_sync(&sdata->u.mgd.chswitch_timer);

sdata->u.mgd.timers_running = 0;
}

void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata,
Expand Down

0 comments on commit 4313bca

Please sign in to comment.