summaryrefslogtreecommitdiff
path: root/patches/0003-cfg80211-wext-padding/include_net_cfg80211.patch
blob: 12f607d18a95206d94df7265ea861204a365fa4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4031,6 +4031,9 @@ struct wiphy_iftype_ext_capab {
 struct wiphy {
 	/* assign these fields before you register the wiphy */
 
+#define WIPHY_COMPAT_PAD_SIZE	2048
+	u8 padding[WIPHY_COMPAT_PAD_SIZE];
+
 	/* permanent MAC address(es) */
 	u8 perm_addr[ETH_ALEN];
 	u8 addr_mask[ETH_ALEN];