diff options
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r-- | include/linux/nl80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 2bfbe88837ef..d4c556de7170 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -430,6 +430,8 @@ enum nl80211_commands { | |||
430 | * @NL80211_ATTR_WIPHY_RTS_THRESHOLD: RTS threshold (TX frames with length | 430 | * @NL80211_ATTR_WIPHY_RTS_THRESHOLD: RTS threshold (TX frames with length |
431 | * larger than or equal to this use RTS/CTS handshake); allowed range: | 431 | * larger than or equal to this use RTS/CTS handshake); allowed range: |
432 | * 0..65536, disable with (u32)-1; dot11RTSThreshold; u32 | 432 | * 0..65536, disable with (u32)-1; dot11RTSThreshold; u32 |
433 | * @NL80211_ATTR_WIPHY_COVERAGE_CLASS: Coverage Class as defined by IEEE 802.11 | ||
434 | * section 7.3.2.9; dot11CoverageClass; u8 | ||
433 | * | 435 | * |
434 | * @NL80211_ATTR_IFINDEX: network interface index of the device to operate on | 436 | * @NL80211_ATTR_IFINDEX: network interface index of the device to operate on |
435 | * @NL80211_ATTR_IFNAME: network interface name | 437 | * @NL80211_ATTR_IFNAME: network interface name |
@@ -779,6 +781,8 @@ enum nl80211_attrs { | |||
779 | 781 | ||
780 | NL80211_ATTR_COOKIE, | 782 | NL80211_ATTR_COOKIE, |
781 | 783 | ||
784 | NL80211_ATTR_WIPHY_COVERAGE_CLASS, | ||
785 | |||
782 | /* add attributes here, update the policy in nl80211.c */ | 786 | /* add attributes here, update the policy in nl80211.c */ |
783 | 787 | ||
784 | __NL80211_ATTR_AFTER_LAST, | 788 | __NL80211_ATTR_AFTER_LAST, |