ath10k: set max spatial stream to 4 for 10.4 fw
10.4 fw supports upto 4 spatial stream. Limit max spatial stream to 4 for 10.4 firmware and to 3 for non 10.4 firmware. Signed-off-by: Raja Mani <rmani@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
@@ -1747,7 +1747,8 @@ enum wmi_channel_change_cause {
|
||||
/* Indicate reason for channel switch */
|
||||
#define WMI_CHANNEL_CHANGE_CAUSE_CSA (1 << 13)
|
||||
|
||||
#define WMI_MAX_SPATIAL_STREAM 3
|
||||
#define WMI_MAX_SPATIAL_STREAM 3 /* default max ss */
|
||||
#define WMI_10_4_MAX_SPATIAL_STREAM 4
|
||||
|
||||
/* HT Capabilities*/
|
||||
#define WMI_HT_CAP_ENABLED 0x0001 /* HT Enabled/ disabled */
|
||||
|
Reference in New Issue
Block a user