From: Avri Altman Date: Wed, 27 Aug 2014 16:58:56 +0000 (+0300) Subject: iwlwifi: mvm: Fix skip over dtim configuration in d0i3 X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~51^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c6d8021f11a4e86ab2689c62fbfca2ea8cbd0d;p=pandora-kernel.git iwlwifi: mvm: Fix skip over dtim configuration in d0i3 There was some confusion concerning the units of the beacon interval. The driver assumed that it was in msec where it was in TU - so fix that. Skip over dtim was capped by 300TU where it should be by 306TU. It should also be subjected to several conditions: Not a DFS channel, dtim period < 10, and the multicast wake-lock is off. Concerning multicast lock - there is an implementation gap in the supplicant, so just leave a TODO. Signed-off-by: Avri Altman Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed