mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 10:11:33 +02:00
8349d8219a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18415 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
498 B
Diff
12 lines
498 B
Diff
--- a/net/mac80211/rx.c
|
|
+++ b/net/mac80211/rx.c
|
|
@@ -1236,7 +1236,7 @@ ieee80211_deliver_skb(struct ieee80211_r
|
|
if ((sdata->vif.type == NL80211_IFTYPE_AP ||
|
|
sdata->vif.type == NL80211_IFTYPE_AP_VLAN) &&
|
|
!(sdata->flags & IEEE80211_SDATA_DONT_BRIDGE_PACKETS) &&
|
|
- (rx->flags & IEEE80211_RX_RA_MATCH)) {
|
|
+ (rx->flags & IEEE80211_RX_RA_MATCH) && !rx->sdata->use_4addr) {
|
|
if (is_multicast_ether_addr(ehdr->h_dest)) {
|
|
/*
|
|
* send multicast frames both to higher layers in
|