mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 04:54:41 +02:00
[package] add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15041 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3058e8b6a2
commit
fe9634bd96
@ -174,6 +174,7 @@ enable_mac80211() {
|
||||
# special case where physical interface should be down for mesh to work
|
||||
ifconfig "$ifname" down
|
||||
ifconfig "msh$mesh_idx" up
|
||||
iwlist msh$mesh_idx scan 2>/dev/null >/dev/null
|
||||
;;
|
||||
esac
|
||||
first=0
|
||||
|
Loading…
Reference in New Issue
Block a user