From: Florian Fainelli Date: Wed, 25 Mar 2009 15:54:13 +0000 (+0000) Subject: add a workaround for devices that only start beaconing after scanning, that is almost... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95d95a757bd197069a17855e935781300c91a756;p=librecmc%2Flibrecmc.git add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43 SVN-Revision: 15041 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 77c7976351..47be5807ba 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -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