diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nl80211.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 64fb32b93a28..07aa04693f94 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
| @@ -1659,4 +1659,17 @@ enum nl80211_cqm_rssi_threshold_event { | |||
| 1659 | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH, | 1659 | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH, |
| 1660 | }; | 1660 | }; |
| 1661 | 1661 | ||
| 1662 | |||
| 1663 | /** | ||
| 1664 | * enum nl80211_tx_power_setting - TX power adjustment | ||
| 1665 | * @NL80211_TX_POWER_AUTOMATIC: automatically determine transmit power | ||
| 1666 | * @NL80211_TX_POWER_LIMITED: limit TX power by the mBm parameter | ||
| 1667 | * @NL80211_TX_POWER_FIXED: fix TX power to the mBm parameter | ||
| 1668 | */ | ||
| 1669 | enum nl80211_tx_power_setting { | ||
| 1670 | NL80211_TX_POWER_AUTOMATIC, | ||
| 1671 | NL80211_TX_POWER_LIMITED, | ||
| 1672 | NL80211_TX_POWER_FIXED, | ||
| 1673 | }; | ||
| 1674 | |||
| 1662 | #endif /* __LINUX_NL80211_H */ | 1675 | #endif /* __LINUX_NL80211_H */ |
