From: Felix Fietkau Date: Sun, 29 Mar 2009 00:10:31 +0000 (+0000) Subject: madwifi: only set the desired mode for the first vap X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f09427160146267ea15d5ef8d779aa124132aea;p=librecmc%2Flibrecmc.git madwifi: only set the desired mode for the first vap SVN-Revision: 15059 --- diff --git a/package/madwifi/files/lib/wifi/madwifi.sh b/package/madwifi/files/lib/wifi/madwifi.sh index 3c4112a4ff..0124285d08 100755 --- a/package/madwifi/files/lib/wifi/madwifi.sh +++ b/package/madwifi/files/lib/wifi/madwifi.sh @@ -120,10 +120,10 @@ enable_atheros() { *fh) hwmode=fh;; *) hwmode=auto;; esac - iwpriv "$ifname" mode "$hwmode" iwpriv "$ifname" pureg "$pureg" [ "$first" = 1 ] && { + iwpriv "$ifname" mode "$hwmode" iwconfig "$ifname" channel "$channel" >/dev/null 2>/dev/null }