summaryrefslogtreecommitdiffstats
path: root/net/wireless/sysfs.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2010-10-12 02:26:13 -0700
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2010-10-12 08:33:33 -0700
commitfd74d065f43f88eedc7492886d84f0accb683653 (patch)
tree4be06eb7d28615afa4f6acf845eba2946f3dd050 /net/wireless/sysfs.c
parentbc795df1d225415c2ec6ff2a81c07a753681d945 (diff)
downloadlinux-fd74d065f43f88eedc7492886d84f0accb683653.tar.bz2
iwl3945: fix queue allocation
commit 6f98613258b966ffe0e6def18129b386514d10e0 Author: Jay Sternberg <jay.e.sternberg@intel.com> Date: Sat Sep 18 09:07:04 2010 -0700 iwlagn: reduce redundant parameter definitions broke 3945 because Jay accidentally removed the num_of_queues parameter for 3945, so that we now attempt to allocate a zero-sized queue array, which leads to SLUB returning ZERO_SIZE_PTR (0x10) which we then try to dereference thus crashing the system. Restore the necessary num_of_queues param. This fixes http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2254 Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'net/wireless/sysfs.c')
0 files changed, 0 insertions, 0 deletions