e395121155d94eb5fdcf58537f98d6d7fe9dd577
[openwrt/staging/yousong.git] / package / network / utils / iw / patches / 001-nl80211_h_sync.patch
1 --- a/nl80211.h
2 +++ b/nl80211.h
3 @@ -1937,6 +1937,11 @@ enum nl80211_commands {
4 * @NL80211_ATTR_NAN_MATCH: used to report a match. This is a nested attribute.
5 * See &enum nl80211_nan_match_attributes.
6 *
7 + * @NL80211_ATTR_PAD: attribute used for padding for 64-bit alignment
8 + *
9 + * @NL80211_ATTR_WIPHY_ANTENNA_GAIN: Configured antenna gain. Used to reduce
10 + * transmit power to stay within regulatory limits. u32, dBi.
11 + *
12 * @NUM_NL80211_ATTR: total number of nl80211_attrs available
13 * @NL80211_ATTR_MAX: highest attribute number currently defined
14 * @__NL80211_ATTR_AFTER_LAST: internal use
15 @@ -2336,6 +2341,10 @@ enum nl80211_attrs {
16 NL80211_ATTR_NAN_FUNC,
17 NL80211_ATTR_NAN_MATCH,
18
19 + NL80211_ATTR_PAD,
20 +
21 + NL80211_ATTR_WIPHY_ANTENNA_GAIN,
22 +
23 /* add attributes here, update the policy in nl80211.c */
24
25 __NL80211_ATTR_AFTER_LAST,