summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/0003-cfg80211-wext-padding/include_net_cfg80211.patch
blob: 589009ebd51ab3df0a29b5130890d7c849258ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2971,6 +2971,9 @@ struct wiphy_vendor_command {
 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];