Name

enum rate_control_changed — flags to indicate which parameter changed

Synopsis

enum rate_control_changed {
  IEEE80211_RC_HT_CHANGED,
  IEEE80211_RC_SMPS_CHANGED
};  

Constants

IEEE80211_RC_HT_CHANGED

The HT parameters of the operating channel have changed, rate control algorithm can update its internal state if needed.

IEEE80211_RC_SMPS_CHANGED

The SMPS state of the station changed, the rate control algorithm needs to adjust accordingly.