ath10k: implement sta_rc_update()
This allows dynamic changes of bandwidth/nss/smps, e.g. via ht/vht operation mode change notification. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

committed by
Kalle Valo

parent
90046f509d
commit
9797febc4c
@@ -3876,6 +3876,12 @@ enum wmi_peer_smps_state {
|
||||
WMI_PEER_SMPS_DYNAMIC = 0x2
|
||||
};
|
||||
|
||||
enum wmi_peer_chwidth {
|
||||
WMI_PEER_CHWIDTH_20MHZ = 0,
|
||||
WMI_PEER_CHWIDTH_40MHZ = 1,
|
||||
WMI_PEER_CHWIDTH_80MHZ = 2,
|
||||
};
|
||||
|
||||
enum wmi_peer_param {
|
||||
WMI_PEER_SMPS_STATE = 0x1, /* see %wmi_peer_smps_state */
|
||||
WMI_PEER_AMPDU = 0x2,
|
||||
|
Reference in New Issue
Block a user