commit | cfe417bc47ba8f470941a1b8ad60911e163f1b34 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 26 12:22:12 2015 +0200 |
committer | Luciano Coelho <luciano.coelho@intel.com> | Fri Aug 28 13:26:35 2015 +0300 |
tree | e26ac6578589499ef8a75f34a88cb26f2c40a616 | |
parent | cf8c3cff3fcce966c6d31001c09c92778f961eea [diff] |
iwlwifi: mvm: don't NUL-terminate low-latency debugfs file There's obviously no reason to write a NUL-terminating byte into the debugfs file. Apparently nobody tried to use this from a tool that doesn't strip NUL bytes though, so we never noticed. Fix it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>