From: Johannes Berg Date: Wed, 20 Jun 2012 19:25:15 +0000 (+0200) Subject: iwlwifi: fix radio reset scan dwell vs. quiet time X-Git-Tag: v3.6-rc1~125^2~57^2~247^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8a9e76672202bfb55cc83b5fdc66306d3d170a;p=pandora-kernel.git iwlwifi: fix radio reset scan dwell vs. quiet time My previous commit to shorten the radio reset time caused issues as the firmware checks the active dwell time against the quiet time, asserting that the dwell is >= quiet time. This isn't really needed in case of passive scanning like here, but of course we need to pass that check. To fix this, override the quiet time to be the same as the radio reset dwell time. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed