From: Hante Meuleman Date: Tue, 25 Feb 2014 19:30:31 +0000 (+0100) Subject: brcmfmac: Minimize SDIO dpc scheduling. X-Git-Tag: v3.15-rc1~113^2~159^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71abdc00d54bb48ad2df4f9710ac661cf3aed30d;p=pandora-kernel.git brcmfmac: Minimize SDIO dpc scheduling. SDIO dpc scheduling is done (repeated) when counter is set. This counter gets decreased when dpc is finished. It is more efficient to set counter to 0 before the dpc is actullay run. This will minimize the frequency with which dpc is executed. Reviewed-by: Arend Van Spriel Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Daniel (Deognyoun) Kim Signed-off-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed