openwrt/package/kernel/mac80211/patches/build/210-revert-split-op.patch
Felix Fietkau f861292abc mac80211: update to version 6.5
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-09-11 14:29:36 +02:00

23 lines
736 B
Diff

--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -16400,8 +16400,7 @@ static u32 nl80211_internal_flags[] = {
#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;
@@ -16502,8 +16501,7 @@ out_unlock:
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];