Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368425
b: refs/heads/master
c: 1861b84
h: refs/heads/master
i:
  368423: 601078e
v: v3
  • Loading branch information
Johannes Berg committed Mar 6, 2013
1 parent 7dfe682 commit 68d8a1c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7b4396bd6868f3d665c5f4cb53a9bdde5a2f4bf2
refs/heads/master: 1861b8455351cd426fb7dec8743ac312aafbe93d
6 changes: 4 additions & 2 deletions trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,14 +836,16 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
rcu_barrier();
sta_info_flush_cleanup(sdata);

skb_queue_purge(&sdata->skb_queue);

/*
* Free all remaining keys, there shouldn't be any,
* except maybe in WDS mode?
*/
ieee80211_free_keys(sdata);

/* fall through */
case NL80211_IFTYPE_AP:
skb_queue_purge(&sdata->skb_queue);

drv_remove_interface_debugfs(local, sdata);

if (going_down)
Expand Down

0 comments on commit 68d8a1c

Please sign in to comment.