On 2011-12-22 1:57 PM, Helmut Schaa wrote: > Hi, > > with current trunk I ran into a problem with a bridged AP mode interface. > > The cause for this is the following commit: > > commit b920313ef3f2229908c3314a180aa567a26d2df2 > Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> > Date: Sat Sep 24 20:34:17 2011 +0000 > > base-files: apply network interface settings such as macaddr, mtu > and txqueuelen in prepare_interface instead of setup_interface. > setting the mtu after the interface is up is unreliable on some > drivers such as gianfar > > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28297 > 3c298f89-4303-0410-b956-a3cf2f4a3e73 > > Since this commit the interface is taken down and up again _after_ hostapd > started. Hence, the interface will be reconfigured by mac80211 (beaconing, > tx queues etc.) and thus doesn't work properly ... > > Any ideas how to resolve that issue for wifi interfaces? The proper solution is switching to netifd (which will be the default as soon as the remaining proto handlers have been ported). As for the legacy scripts. First we should figure out why it tries to apply the MAC address in the first place. Please show me your /etc/config/network and /etc/config/wireless that you're using as a test case.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
