From: Bill Moss Date: Thu, 17 Apr 2008 23:03:40 +0000 (-0700) Subject: iwlwifi: fix debug messages during scanning X-Git-Tag: v2.6.26-rc1~5^2~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786b4557075ae0d8a23e73c316dc4204b41ccb4d;p=pandora-kernel.git iwlwifi: fix debug messages during scanning direct_mask will be set when we are not associated and requesting a direct scan. The second debug print will be confusing as priv->essid is not set at that time and it will thus print "" while it is known to which AP a direct scan is requested - as previous debug message also indicates. Now make all debugging consistent. Signed-off-by: Bill Moss Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed