ath10k: use the right length of "background"
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sat, 29 Oct 2016 11:17:37 +0000 (13:17 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 15 Nov 2016 15:07:36 +0000 (17:07 +0200)
commit31b239824ece321c09bdb8e61e1d14814eaba38b
tree261d8b5f5d8853d46507c423964df97c40ae1aaf
parentf004e532a80a6368627e26503482508528e5c443
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>
drivers/net/wireless/ath/ath10k/spectral.c