commit | c3371d64d2b2fd029033976046cb4ca641485506 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat Feb 26 04:56:53 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 28 14:06:53 2011 -0500 |
tree | ab49d5d2a23f3a44b9c034d9d362809d96078501 | |
parent | d45dcef77019012fc6769e657fc2f1a5d681bbbb [diff] |
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 <error27@gmail.com> Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>