summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-10 12:29:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-10 12:29:27 +0000
commitf34cbdcf61cfc1640a2e2e58adce38dc53e68ca9 (patch)
tree473507bbafd66b12371ea347008bef583bdfc2f8 /package/kernel
parent8b0650838dfca35808c666fb15d7fb7b232076c4 (diff)
downloadmtk-20170518-f34cbdcf61cfc1640a2e2e58adce38dc53e68ca9.zip
mtk-20170518-f34cbdcf61cfc1640a2e2e58adce38dc53e68ca9.tar.gz
mtk-20170518-f34cbdcf61cfc1640a2e2e58adce38dc53e68ca9.tar.bz2
mac80211: Fix config variable name for dtim_period
The vif option dtim_period was accidently renamed dtim_interval in r38988 ("netifd: add wireless configuration support and port mac80211 to the new framework"). This is wrong and makes the dtim_period/dtim_interval a dead option because the rest of the config generation code still uses dtim_period. Reported-by: Jeppe Ledet-Pedersen <jlp@steinwurf.com> Signed-off-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 41557
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
index a9f9db1..64b0f98 100644
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
@@ -53,7 +53,7 @@ drv_mac80211_init_iface_config() {
config_add_boolean wds powersave
config_add_int maxassoc
config_add_int max_listen_int
- config_add_int dtim_interval
+ config_add_int dtim_period
# mesh
config_add_string mesh_id