From: Emmanuel Grumbach Date: Thu, 31 Jul 2014 11:39:40 +0000 (+0300) Subject: iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period X-Git-Tag: fixes-for-v3.18-merge-window~87^2~35^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717e2390dc72e87380d6ccf62134b0ab84ee43d2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed