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