2011-10-08 14:48:29 +00:00
|
|
|
--- a/nl80211.h
|
|
|
|
+++ b/nl80211.h
|
2015-07-31 19:49:22 +00:00
|
|
|
@@ -1761,6 +1761,9 @@ enum nl80211_commands {
|
|
|
|
* @NL80211_ATTR_REG_INDOOR: flag attribute, if set indicates that the device
|
|
|
|
* is operating in an indoor environment.
|
2014-09-27 21:19:18 +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.
|
2013-06-30 10:44:19 +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
|
|
|
|
* @__NL80211_ATTR_AFTER_LAST: internal use
|
2015-07-31 19:49:22 +00:00
|
|
|
@@ -2130,6 +2133,8 @@ enum nl80211_attrs {
|
2011-10-08 14:48:29 +00:00
|
|
|
|
2015-07-31 19:49:22 +00:00
|
|
|
NL80211_ATTR_REG_INDOOR,
|
2015-03-11 15:02:32 +00:00
|
|
|
|
2013-06-30 10:44:19 +00:00
|
|
|
+ NL80211_ATTR_WIPHY_ANTENNA_GAIN,
|
|
|
|
+
|
2013-05-06 22:35:50 +00:00
|
|
|
/* add attributes here, update the policy in nl80211.c */
|
2012-12-10 13:51:06 +00:00
|
|
|
|
2013-06-30 10:44:19 +00:00
|
|
|
__NL80211_ATTR_AFTER_LAST,
|