commit | 8f7b8db6e0557c8437adf9371e020cd89a7e85dc | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 25 16:40:12 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Oct 16 16:28:36 2012 +0200 |
tree | faf84e66c6e6bd0864012a3e56b3dd19e5b4cca0 | |
parent | bf11315eeda510ea4fc1a2bf972d8155d31d89b4 [diff] |
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 <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>