add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
SVN-Revision: 15041
This commit is contained in:
parent
4fdfc8ee0e
commit
95d95a757b
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ enable_mac80211() {
|
||||||
# special case where physical interface should be down for mesh to work
|
# special case where physical interface should be down for mesh to work
|
||||||
ifconfig "$ifname" down
|
ifconfig "$ifname" down
|
||||||
ifconfig "msh$mesh_idx" up
|
ifconfig "msh$mesh_idx" up
|
||||||
|
iwlist msh$mesh_idx scan 2>/dev/null >/dev/null
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
first=0
|
first=0
|
||||||
|
|
Loading…
Reference in a new issue