Hi, On Tue, Dec 4, 2012 at 5:23 PM, Antonio Quartulli <or...@autistici.org> wrote: > This is in mac80211_hostapd_setup_base() which is invoked in > mac80211_hostapd_setup_bss() that is already invoked per-vif. > > So I don't think this change was really needed.
>From mac80211.sh: 138 if [ -f "$cfgfile" ]; then 139 append hostapd_cfg "bss=$ifname" "$N" 140 else 141 mac80211_hostapd_setup_base "$phy" "$ifname" 142 append hostapd_cfg "interface=$ifname" "$N" 143 fi So mac80211_hostapd_setup_base is only called for the first vif and thus only macfilter on the first vif can be configured. Helmut _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel