aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-03-28 14:55:00 +0300
committerJohn W. Linville <linville@tuxdriver.com>2010-03-30 15:37:36 -0400
commit8e1a53c615e8efe0fac670f2973da64758748a8a (patch)
treecc9cece2c027695604c22a7d871fbd102b42e220 /fs
parentsetup correct int pipe type in ar9170_usb_exec_cmd (diff)
downloadlinux-dev-8e1a53c615e8efe0fac670f2973da64758748a8a.tar.xz
linux-dev-8e1a53c615e8efe0fac670f2973da64758748a8a.zip
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 'fs')
0 files changed, 0 insertions, 0 deletions