commit | 63fddb9f7f65b41277043344ae0d24dbbb451ada | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Sep 27 11:27:36 2007 +0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:23 2007 -0700 |
tree | 463a46da56fee91d4afc23369485fa0f7a482eda | |
parent | c14c521e440a6a83835a2879a4c5f4311b1df68f [diff] |
[PATCH] iwlwifi: removing unnecessary memset in 4965 rate scale This patch removes redundant memset in rate scale. In rs_alloc_sta, kzalloc is used so the memset can be avoided. In rs_rate_init, it is a bug fix since it overrides everything set in other handlers namely add_debugfs. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>