diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
commit | d807f70e4781773557c4aa8ed9ee5062b41568fb (patch) | |
tree | 666597b535b8df74f5bdf7d260cac21389bbce9b /package/mac80211/patches/580-mac80211_no_promisc_4addr.patch | |
parent | b32ae97fd6a8d14dcac4801ab1dcf0d9533a0f6e (diff) | |
download | upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.gz upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.bz2 upstream-d807f70e4781773557c4aa8ed9ee5062b41568fb.zip |
mac80211: update to wireless-testing 2010-02-07
SVN-Revision: 25425
Diffstat (limited to 'package/mac80211/patches/580-mac80211_no_promisc_4addr.patch')
-rw-r--r-- | package/mac80211/patches/580-mac80211_no_promisc_4addr.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/580-mac80211_no_promisc_4addr.patch b/package/mac80211/patches/580-mac80211_no_promisc_4addr.patch deleted file mode 100644 index f37590900f..0000000000 --- a/package/mac80211/patches/580-mac80211_no_promisc_4addr.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/net/mac80211/rx.c -+++ b/net/mac80211/rx.c -@@ -2609,7 +2609,8 @@ static int prepare_for_handlers(struct i - return 0; - if (!multicast && - compare_ether_addr(sdata->vif.addr, hdr->addr1) != 0) { -- if (!(sdata->dev->flags & IFF_PROMISC)) -+ if (!(sdata->dev->flags & IFF_PROMISC) || -+ sdata->u.mgd.use_4addr) - return 0; - status->rx_flags &= ~IEEE80211_RX_RA_MATCH; - } |