From: reinette chatre Date: Tue, 21 Jul 2009 16:29:07 +0000 (-0700) Subject: iwlagn: fix minimum number of queues setting X-Git-Tag: v2.6.31-rc6~68^2~30^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f5fa32b130b2a59f9b726be45ce7fa73fb834c;p=pandora-kernel.git iwlagn: fix minimum number of queues setting We need to provide a reasonable minimum that will result in a working setup if used. Set minimum to be 10 to provide for 4 standard TX queues + 1 command queue + 2 (unused) HCCA queues + 4 HT queues (one per AC). We allow the user to change the number of queues used via a module parameter and use this minimum value to check if it is valid. Without this patch a user can select a value for the number of queues that will result in a failing setup. Signed-off-by: Reinette Chatre Reviewed-by: Tomas Winkler Acked-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed