commit | 31b239824ece321c09bdb8e61e1d14814eaba38b | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | Sat Oct 29 13:17:37 2016 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Nov 15 17:07:36 2016 +0200 |
tree | 261d8b5f5d8853d46507c423964df97c40ae1aaf | |
parent | f004e532a80a6368627e26503482508528e5c443 [diff] |
ath10k: use the right length of "background" The word "background" contains 10 characters so the third argument of strncmp() need to be 10 in order to match this prefix correctly. Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Fixes: 855aed1220d2 ("ath10k: add spectral scan feature") Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>