X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fmac80211%2Fpatches%2F550-ath9k_no_vif_promisc_handling.patch;fp=package%2Fmac80211%2Fpatches%2F550-ath9k_no_vif_promisc_handling.patch;h=c3a96632661a2f591f01822d75f83ee73047b45b;hb=124b90714586bf7817601b57075f6b716404b14e;hp=0000000000000000000000000000000000000000;hpb=e7ea8521feaea0f5a43aa1d1415762471bd55128;p=openwrt-10.03%2F.git diff --git a/package/mac80211/patches/550-ath9k_no_vif_promisc_handling.patch b/package/mac80211/patches/550-ath9k_no_vif_promisc_handling.patch new file mode 100644 index 000000000..c3a966326 --- /dev/null +++ b/package/mac80211/patches/550-ath9k_no_vif_promisc_handling.patch @@ -0,0 +1,13 @@ +--- a/drivers/net/wireless/ath/ath9k/recv.c ++++ b/drivers/net/wireless/ath/ath9k/recv.c +@@ -413,9 +413,7 @@ u32 ath_calcrxfilter(struct ath_softc *s + * mode interface or when in monitor mode. AP mode does not need this + * since it receives all in-BSS frames anyway. + */ +- if (((sc->sc_ah->opmode != NL80211_IFTYPE_AP) && +- (sc->rx.rxfilter & FIF_PROMISC_IN_BSS)) || +- (sc->sc_ah->is_monitoring)) ++ if (sc->sc_ah->is_monitoring) + rfilt |= ATH9K_RX_FILTER_PROM; + + if (sc->rx.rxfilter & FIF_CONTROL)