]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: use kstrtobool_from_user() in debugfs callbacks
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 17 Apr 2026 10:55:56 +0000 (13:55 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 28 Apr 2026 07:31:27 +0000 (09:31 +0200)
commit9fd003edab0216df681c98277d3723cc1d535948
tree703f9e1ae9c678fc45f6b7a046160196a51bf706
parentab45ef0f6e1c2d32eaba5878ebb11793c7ebd5c7
wifi: mac80211: use kstrtobool_from_user() in debugfs callbacks

Prefer 'kstrtobool_from_user()' over an ad-hoc quirks in
'aql_enable_write()' and 'force_tx_status_write()' callbacks.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Link: https://patch.msgid.link/20260417105556.2886928-1-dmantipov@yandex.ru
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs.c