diff --git a/[refs] b/[refs] index 8fcd034c2081..5cdc44e1f6cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46047784b8cdcfc916f6c1cccee0c18dd1223dfd +refs/heads/master: 7dff3125534c1d035a910052335a3a39fbb31aa7 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index 96c594309506..df6aac523532 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -1587,7 +1587,12 @@ static void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, list) { if (!ieee80211_sdata_running(tmp_sdata)) continue; - if (tmp_sdata->vif.type != NL80211_IFTYPE_AP) + if (tmp_sdata->vif.type == + NL80211_IFTYPE_MONITOR || + tmp_sdata->vif.type == + NL80211_IFTYPE_AP_VLAN || + tmp_sdata->vif.type == + NL80211_IFTYPE_WDS) continue; if (compare_ether_addr(tmp_sdata->vif.addr, hdr->addr2) == 0) {