2011-10-08 14:48:29 +00:00
|
|
|
--- a/nl80211.h
|
|
|
|
+++ b/nl80211.h
|
2020-11-29 12:12:29 +00:00
|
|
|
@@ -2527,6 +2527,9 @@ enum nl80211_commands {
|
|
|
|
* override mask. Used with NL80211_ATTR_S1G_CAPABILITY in
|
|
|
|
* NL80211_CMD_ASSOCIATE or NL80211_CMD_CONNECT.
|
2020-11-13 19:14:09 +00:00
|
|
|
*
|
2014-02-05 20:52:34 +00:00
|
|
|
+ * @NL80211_ATTR_WIPHY_ANTENNA_GAIN: Configured antenna gain. Used to reduce
|
|
|
|
+ * transmit power to stay within regulatory limits. u32, dBi.
|
2019-10-01 21:28:36 +00:00
|
|
|
+ *
|
2015-07-31 19:49:22 +00:00
|
|
|
* @NUM_NL80211_ATTR: total number of nl80211_attrs available
|
2013-06-30 10:44:19 +00:00
|
|
|
* @NL80211_ATTR_MAX: highest attribute number currently defined
|
2019-10-01 21:28:36 +00:00
|
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
2020-11-29 12:12:29 +00:00
|
|
|
@@ -3016,6 +3019,8 @@ enum nl80211_attrs {
|
|
|
|
NL80211_ATTR_S1G_CAPABILITY,
|
|
|
|
NL80211_ATTR_S1G_CAPABILITY_MASK,
|
2020-09-01 12:23:44 +00:00
|
|
|
|
2013-06-30 10:44:19 +00:00
|
|
|
+ NL80211_ATTR_WIPHY_ANTENNA_GAIN,
|
2019-10-01 21:28:36 +00:00
|
|
|
+
|
2019-08-12 19:43:08 +00:00
|
|
|
/* add attributes here, update the policy in nl80211.c */
|
2019-07-06 22:08:20 +00:00
|
|
|
|
2019-10-01 21:28:36 +00:00
|
|
|
__NL80211_ATTR_AFTER_LAST,
|