Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab1d47dc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "nl80211: move vendor/testmode event skb functions out of ifdef"

parents 98040876 57d9d3f8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6730,6 +6730,8 @@ static int nl80211_testmode_dump(struct sk_buff *skb,
	return err;
}

#endif

struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy,
					   enum nl80211_commands cmd,
					   enum nl80211_attrs attr,
@@ -6777,7 +6779,7 @@ void __cfg80211_send_event_skb(struct sk_buff *skb, gfp_t gfp)
			nl80211_testmode_mcgrp.id, gfp);
}
EXPORT_SYMBOL(__cfg80211_send_event_skb);
#endif


static int nl80211_connect(struct sk_buff *skb, struct genl_info *info)
{