From: Johannes Berg Date: Tue, 25 Sep 2012 14:40:12 +0000 (+0200) Subject: iwlwifi: fix 6000 series channel switch command X-Git-Tag: v3.7-rc3~7^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7b8db6e0557c8437adf9371e020cd89a7e85dc;p=pandora-kernel.git iwlwifi: fix 6000 series channel switch command The channel switch command for 6000 series devices is larger than the maximum inline command size of 320 bytes. The command is therefore refused with a warning. Fix this by allocating the command and using the NOCOPY mechanism. Cc: stable@kernel.org Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed