wifi: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 1 Nov 2022 21:13:50 +0000 (22:13 +0100)
committerKalle Valo <kvalo@kernel.org>
Tue, 8 Nov 2022 07:39:04 +0000 (09:39 +0200)
commit417f173532cc1398e17a22bff50f93be40a8a7a8
treea70e4a02de13c1879bff6320c75390abf47098ba
parentc81c1fd4e907be6ac1da35ab062c8fa6dde000a3
wifi: Use kstrtobool() instead of strtobool()

strtobool() is the same as kstrtobool().
However, the latter is more used within the kernel.

In order to remove strtobool() and slightly simplify kstrtox.h, switch to
the other function name.

While at it, include the corresponding header file (<linux/kstrtox.h>)

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/1ff34549af5ad6f7c80d5b9e11872b5499065fc1.1667336095.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/ath/ath10k/debug.c
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/tx99.c
drivers/net/wireless/marvell/mwifiex/debugfs.c
drivers/net/wireless/marvell/mwifiex/main.h