Johannes Berg fd74d065f4 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>
2010-10-12 08:33:33 -07:00
..
2010-10-07 15:52:34 -07:00
2010-10-07 15:52:34 -07:00
2010-10-12 08:33:33 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:52:34 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:53:14 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:51:11 -07:00
2010-10-07 15:50:48 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:52:34 -07:00
2010-08-04 15:27:37 -04:00
2010-10-07 15:52:44 -07:00
2010-08-06 13:53:58 -04:00
2010-10-07 15:52:34 -07:00
2010-08-27 09:28:08 -07:00
2010-10-07 15:53:00 -07:00
2010-10-07 15:52:44 -07:00
2010-10-07 15:51:11 -07:00
2010-10-07 15:50:48 -07:00