From: Reinette Chatre Date: Thu, 9 Jul 2009 17:33:41 +0000 (-0700) Subject: iwlagn: fix minimum number of queues setting X-Git-Tag: v2.6.32-rc1~703^2~544^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a7e08436929271c6173b5daf3e193ef5b3561a;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