diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 8114f590f715..d9cef31f4cbf 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1897,10 +1897,14 @@ enum ieee80211_frame_release_type { | |||
1897 | * @IEEE80211_RC_BW_CHANGED: The bandwidth that can be used to transmit | 1897 | * @IEEE80211_RC_BW_CHANGED: The bandwidth that can be used to transmit |
1898 | * to this station changed. | 1898 | * to this station changed. |
1899 | * @IEEE80211_RC_SMPS_CHANGED: The SMPS state of the station changed. | 1899 | * @IEEE80211_RC_SMPS_CHANGED: The SMPS state of the station changed. |
1900 | * @IEEE80211_RC_SUPP_RATES_CHANGED: The supported rate set of this peer | ||
1901 | * changed (in IBSS mode) due to discovering more information about | ||
1902 | * the peer. | ||
1900 | */ | 1903 | */ |
1901 | enum ieee80211_rate_control_changed { | 1904 | enum ieee80211_rate_control_changed { |
1902 | IEEE80211_RC_BW_CHANGED = BIT(0), | 1905 | IEEE80211_RC_BW_CHANGED = BIT(0), |
1903 | IEEE80211_RC_SMPS_CHANGED = BIT(1), | 1906 | IEEE80211_RC_SMPS_CHANGED = BIT(1), |
1907 | IEEE80211_RC_SUPP_RATES_CHANGED = BIT(2), | ||
1904 | }; | 1908 | }; |
1905 | 1909 | ||
1906 | /** | 1910 | /** |