From: Rajkumar Manoharan Date: Tue, 13 Jan 2015 09:22:14 +0000 (+0530) Subject: ath10k: fix duration calculation for quiet param X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~10^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdadac13f65c14d7b6df711793eb31ba9db296e;p=pandora-kernel.git ath10k: fix duration calculation for quiet param The duty cycle (% of quiet duration) is used to put the device in quiet mode for the given period. Currently the quiet duration is wrongly calculated which results in not enabling quiet mode. Fix the calculation as below duration = (period * duty cycle) / 100 Signed-off-by: Rajkumar Manoharan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed