wifi: cfg80211: make some regulatory functions void
authorJohannes Berg <johannes.berg@intel.com>
Fri, 19 Apr 2024 08:25:48 +0000 (10:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 19 Apr 2024 08:28:25 +0000 (10:28 +0200)
commitdbda949b7ff005cec4c58bf93c5b4058148f0c59
treeb140e9d90aefaaa0a033edc6a248e8c78f70bdb7
parent630009e2440d31683d734165a06365f49acc37d4
wifi: cfg80211: make some regulatory functions void

The return value of regulatory_hint_indoor() is always 0 for
success, and the return value of regulatory_hint_found_beacon()
is always ignored. Make them both have void return.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c
net/wireless/reg.c
net/wireless/reg.h