From: Ivo van Doorn Date: Tue, 29 Jun 2010 19:39:29 +0000 (+0200) Subject: rt2x00: Remove unneeded variable X-Git-Tag: v2.6.36-rc1~571^2~385^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed7a17a8eb4e60b9e25d9d0eaec19ac704d4f9b;p=pandora-kernel.git rt2x00: Remove unneeded variable The update_bssid is set only when BSS_CHANGED_BSSID is used, but the check if that field is true is done later in the function but also only when BSS_CHANGED_BSSID is set. This makes the variable useless, as it can never result in a negative check. Signed-off-by: Ivo van Doorn Acked-by: Helmut Schaa Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed