diff options
author | David S. Miller <davem@davemloft.net> | 2019-05-02 22:14:21 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-02 22:14:21 -0400 |
commit | ff24e4980a68d83090a02fda081741a410fe8eef (patch) | |
tree | 4d874dfcaf2bb8c3abc2446af9447a983402c0ae /net/mac80211/iface.c | |
parent | 26f146ed971c0e4a264ce525d7a66a71ef73690d (diff) | |
parent | ea9866793d1e925b4d320eaea409263b2a568f38 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Three trivial overlapping conflicts.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 94459b2b3d2a..410685d38c46 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -1907,6 +1907,9 @@ void ieee80211_if_remove(struct ieee80211_sub_if_data *sdata) | |||
1907 | list_del_rcu(&sdata->list); | 1907 | list_del_rcu(&sdata->list); |
1908 | mutex_unlock(&sdata->local->iflist_mtx); | 1908 | mutex_unlock(&sdata->local->iflist_mtx); |
1909 | 1909 | ||
1910 | if (sdata->vif.txq) | ||
1911 | ieee80211_txq_purge(sdata->local, to_txq_info(sdata->vif.txq)); | ||
1912 | |||
1910 | synchronize_rcu(); | 1913 | synchronize_rcu(); |
1911 | 1914 | ||
1912 | if (sdata->dev) { | 1915 | if (sdata->dev) { |