]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: remove reload flag from regulatory_request
authorFinn Behrens <me@kloenk.de>
Wed, 1 Dec 2021 12:49:18 +0000 (13:49 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 14 Dec 2021 10:18:46 +0000 (11:18 +0100)
commit33e1cf9073f1b40f62e4ab32eb29883164d37b01
tree20906a095f5763429f2e2332fe5946d587d95cb0
parentb1ccd86814b5c70b3f7003053ef6e331940064cc
nl80211: remove reload flag from regulatory_request

This removes the previously unused reload flag, which was introduced in
7c96fb8e4ff0.
The request is handled as NL80211_REGDOM_SET_BY_CORE, which is parsed
unconditionally.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Nathan Chancellor <nathan@kernel.org>
Fixes: 7c96fb8e4ff0 ("nl80211: reset regdom when reloading regdb")
Link: https://lore.kernel.org/all/YaZuKYM5bfWe2Urn@archlinux-ax161/
Signed-off-by: Finn Behrens <me@kloenk.de>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/YadvTolO8rQcNCd/@gimli.kloenk.dev
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/regulatory.h
net/wireless/reg.c