diff options
Diffstat (limited to 'net/mac80211/sta_info.c')
| -rw-r--r-- | net/mac80211/sta_info.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index df553070206c..bd11fef2139f 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c | |||
| @@ -1979,6 +1979,10 @@ int sta_info_move_state(struct sta_info *sta, | |||
| 1979 | ieee80211_check_fast_xmit(sta); | 1979 | ieee80211_check_fast_xmit(sta); |
| 1980 | ieee80211_check_fast_rx(sta); | 1980 | ieee80211_check_fast_rx(sta); |
| 1981 | } | 1981 | } |
| 1982 | if (sta->sdata->vif.type == NL80211_IFTYPE_AP_VLAN || | ||
| 1983 | sta->sdata->vif.type == NL80211_IFTYPE_AP) | ||
| 1984 | cfg80211_send_layer2_update(sta->sdata->dev, | ||
| 1985 | sta->sta.addr); | ||
| 1982 | break; | 1986 | break; |
| 1983 | default: | 1987 | default: |
| 1984 | break; | 1988 | break; |
