|
@@ -2695,6 +2695,9 @@ enum ieee80211_reconfig_type {
|
|
|
* uses hardware rate control (%IEEE80211_HW_HAS_RATE_CONTROL) since
|
|
|
* otherwise the rate control algorithm is notified directly.
|
|
|
* Must be atomic.
|
|
|
+ * @sta_rate_tbl_update: Notifies the driver that the rate table changed. This
|
|
|
+ * is only used if the configured rate control algorithm actually uses
|
|
|
+ * the new rate table API, and is therefore optional. Must be atomic.
|
|
|
*
|
|
|
* @conf_tx: Configure TX queue parameters (EDCF (aifs, cw_min, cw_max),
|
|
|
* bursting) for a hardware TX queue.
|
|
@@ -3056,6 +3059,9 @@ struct ieee80211_ops {
|
|
|
struct ieee80211_vif *vif,
|
|
|
struct ieee80211_sta *sta,
|
|
|
u32 changed);
|
|
|
+ void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
|
|
|
+ struct ieee80211_vif *vif,
|
|
|
+ struct ieee80211_sta *sta);
|
|
|
int (*conf_tx)(struct ieee80211_hw *hw,
|
|
|
struct ieee80211_vif *vif, u16 ac,
|
|
|
const struct ieee80211_tx_queue_params *params);
|