From: Emmanuel Grumbach Date: Mon, 14 Oct 2013 15:52:23 +0000 (+0300) Subject: iwlwifi: mvm: BT Coex - always set mandatory fields X-Git-Tag: v3.13-rc1~105^2~55^2^2~52^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7352cac0a33dc622d03797604531cc5475b9506c;p=pandora-kernel.git iwlwifi: mvm: BT Coex - always set mandatory fields The firmware always expects the Coex Mode to be set. Moreover, the firmware expects bit 0 is the valid bits to be set all the times. I misunderstood the API and didn't set these bits when commands are sent to update the paramters of the Coex. As a result, the firmware understood that the BT Coex was disabled (Coex mode = 0) and ignored all the updates (valid bit 0 clear). Fix that. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed