From: Dan Carpenter Date: Sat, 26 Feb 2011 01:56:53 +0000 (+0300) Subject: iwlwifi: remove duplicate initialization X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3371d64d2b2fd029033976046cb4ca641485506;p=pandora-kernel.git iwlwifi: remove duplicate initialization rate_mask is initialized again later so this can be removed. Btw, if rate_control_send_low(sta, priv_sta, txrc) returns false, that means that "sta" is non-NULL. That's why the second initialization of rate_mask is a little simpler than the first. Signed-off-by: Dan Carpenter Acked-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed