We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe79a2 commit 2c5dee1Copy full SHA for 2c5dee1
net/wireless/reg.c
@@ -4229,6 +4229,8 @@ static void cfg80211_check_and_end_cac(struct cfg80211_registered_device *rdev)
4229
struct wireless_dev *wdev;
4230
unsigned int link_id;
4231
4232
+ guard(wiphy)(&rdev->wiphy);
4233
+
4234
/* If we finished CAC or received radar, we should end any
4235
* CAC running on the same channels.
4236
* the check !cfg80211_chandef_dfs_usable contain 2 options:
0 commit comments