From: Luciano Coelho Date: Fri, 11 Dec 2009 13:40:55 +0000 (+0200) Subject: wl1271: use channel 1 when configuring the data path X-Git-Tag: v2.6.34-rc1~233^2~682^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94210897e2b7df8446fdecd360342149e5b4a400;p=pandora-kernel.git wl1271: use channel 1 when configuring the data path In the data path configuration, one of the parameters is the channel. We have been setting it to wl->channel, which is not correct in this case. This channel has nothing to do with the channel we're currently tuned to, since it is only used for calibration during this phase. Hardcoded the channel to 1, according to the reference driver. Signed-off-by: Luciano Coelho Reviewed-by: Juuso Oikarinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed