diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index ccbe2413142a..6a171e299b57 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1741,6 +1741,8 @@ static int ieee80211_set_txq_params(struct wiphy *wiphy, | |||
1741 | return -EINVAL; | 1741 | return -EINVAL; |
1742 | } | 1742 | } |
1743 | 1743 | ||
1744 | ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_QOS); | ||
1745 | |||
1744 | return 0; | 1746 | return 0; |
1745 | } | 1747 | } |
1746 | 1748 | ||