From: Johannes Berg Date: Fri, 21 Nov 2014 14:24:31 +0000 (+0100) Subject: cfg80211: remove pointless channel lookup in survey code X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~15^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9eba6a8b6b5d7a48b902d92dc2adb63b4371c0;p=pandora-kernel.git cfg80211: remove pointless channel lookup in survey code We have a channel pointer, and we use its center frequency to look up a channel pointer - which will thus be exactly the same as the original pointer. Remove that pointless lookup and just use the pointer. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed