]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 31 Jul 2014 11:39:40 +0000 (14:39 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 8 Sep 2014 06:17:49 +0000 (09:17 +0300)
commit717e2390dc72e87380d6ccf62134b0ab84ee43d2
treebf40def3374c069554cd45bd4203379368ecfb9f
parentaa11bbf3df026d6b1c6b528bef634fd9de7c2619
iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period

The latter is meant for software implementation of power
save and is not per-virtual interface. Since our driver
supports multiple virtual interfaces, we need to use
vif->bss_conf.dtim_period.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/debugfs-vif.c
drivers/net/wireless/iwlwifi/mvm/power.c