commit | f4feb8ac6e666d2ca37cf722166bbfadf2c6adf8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 19 14:24:43 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Oct 29 11:27:05 2012 +0100 |
tree | 950d1e7ab7ef3098f41b095f4e59d65520c6aeea | |
parent | 86052a77067df53ad48800e74984f84806baddbd [diff] |
iwlwifi: support host command with copied data In addition to the NOCOPY flag, add a DUP flag that tells the transport to kmemdup() the buffer and free it after the command completes. Currently this is only supported for a single buffer in a given command, but that could be extended if it should be needed. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>