From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 13:33:55 +0000 (+0000) Subject: mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7526fd86276fe0bccefede69eed97583d3d06b70;p=openwrt%2Fstaging%2Fflorian.git mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom SVN-Revision: 24726 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 2bd370b875..2f4abd0852 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -105,13 +105,13 @@ mac80211_hostapd_setup_bss() { config_get macaddr "$vif" macaddr config_get_bool hidden "$vif" hidden 0 - config_get max_clients "$vif" max_clients + config_get maxassoc "$vif" maxassoc cat >> /var/run/hostapd-$phy.conf <