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

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

Merge "nl80211: Fix backport of struct wiphy_vendor_command"

parents d1a1973f ede8d2d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2624,7 +2624,7 @@ struct wiphy_vendor_command {
	struct nl80211_vendor_cmd_info info;
	u32 flags;
	int (*doit)(struct wiphy *wiphy, struct wireless_dev *wdev,
		    void *data, int data_len);
		    const void *data, int data_len);
};

/**