diff options
| author | Andrei Otcheretianski <andrei.otcheretianski@intel.com> | 2023-12-20 13:41:35 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2023-12-21 20:35:14 +0100 |
| commit | 9be61558dec0af359ce3139c8450228de7f0796d (patch) | |
| tree | d51062014deae2aa0069ee655098b0075209d74d /net/wireless/reg.c | |
| parent | 41a313d875e0c5822efb50e8221b8d58811609bb (diff) | |
| download | linux-9be61558dec0af359ce3139c8450228de7f0796d.tar.gz linux-9be61558dec0af359ce3139c8450228de7f0796d.tar.bz2 linux-9be61558dec0af359ce3139c8450228de7f0796d.zip | |
wifi: cfg80211: Schedule regulatory check on BSS STA channel change
Due to different relaxation policies it may be needed to re-check
channels after a BSS station interface is disconnected or performed a
channel switch.
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Reviewed-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20231220133549.1f2f8475bcf1.I1879d259d8d756159c8060f61f4bce172e6d323e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.c')
| -rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 9a61b3322fd2..44684df64734 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -2480,7 +2480,7 @@ static void reg_check_chans_work(struct work_struct *work) rtnl_unlock(); } -static void reg_check_channels(void) +void reg_check_channels(void) { /* * Give usermode a chance to do something nicer (move to another |
