2023-08-30 10:31:44 +00:00
|
|
|
--- a/net/wireless/nl80211.c
|
|
|
|
+++ b/net/wireless/nl80211.c
|
2024-02-04 12:24:29 +00:00
|
|
|
@@ -16442,8 +16442,7 @@ static u32 nl80211_internal_flags[] = {
|
2023-08-30 10:31:44 +00:00
|
|
|
#undef SELECTOR
|
|
|
|
};
|
|
|
|
|
|
|
|
-static int nl80211_pre_doit(const struct genl_split_ops *ops,
|
|
|
|
- struct sk_buff *skb,
|
|
|
|
+static int nl80211_pre_doit(const struct genl_ops *ops, struct sk_buff *skb,
|
|
|
|
struct genl_info *info)
|
|
|
|
{
|
|
|
|
struct cfg80211_registered_device *rdev = NULL;
|
2024-02-04 12:24:29 +00:00
|
|
|
@@ -16544,8 +16543,7 @@ out_unlock:
|
2023-08-30 10:31:44 +00:00
|
|
|
return err;
|
|
|
|
}
|
|
|
|
|
|
|
|
-static void nl80211_post_doit(const struct genl_split_ops *ops,
|
|
|
|
- struct sk_buff *skb,
|
|
|
|
+static void nl80211_post_doit(const struct genl_ops *ops, struct sk_buff *skb,
|
|
|
|
struct genl_info *info)
|
|
|
|
{
|
|
|
|
u32 internal_flags = nl80211_internal_flags[ops->internal_flags];
|