diff options
author | Dan Carpenter <error27@gmail.com> | 2010-03-28 14:55:00 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-30 15:37:36 -0400 |
commit | 8e1a53c615e8efe0fac670f2973da64758748a8a (patch) | |
tree | cc9cece2c027695604c22a7d871fbd102b42e220 /drivers/vhost | |
parent | 2d20c72c021d96f8b9230396c8e3782f204214ec (diff) |
iwlwifi: range checking issue
IWL_RATE_COUNT is 13 and IWL_RATE_COUNT_LEGACY is 12.
IWL_RATE_COUNT_LEGACY is the right one here because iwl3945_rates
doesn't support 60M and also that's how "rates" is defined in
iwlcore_init_geos() from drivers/net/wireless/iwlwifi/iwl-core.c.
rates = kzalloc((sizeof(struct ieee80211_rate) * IWL_RATE_COUNT_LEGACY),
GFP_KERNEL);
Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: stable@kernel.org
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions