diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index e6972b09333e..7681237fe298 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c | |||
@@ -104,7 +104,7 @@ static const struct ce_attr host_ce_config_wlan[] = { | |||
104 | { | 104 | { |
105 | .flags = CE_ATTR_FLAGS, | 105 | .flags = CE_ATTR_FLAGS, |
106 | .src_nentries = 0, | 106 | .src_nentries = 0, |
107 | .src_sz_max = 512, | 107 | .src_sz_max = 2048, |
108 | .dest_nentries = 512, | 108 | .dest_nentries = 512, |
109 | }, | 109 | }, |
110 | 110 | ||
@@ -174,7 +174,7 @@ static const struct ce_pipe_config target_ce_config_wlan[] = { | |||
174 | .pipenum = __cpu_to_le32(1), | 174 | .pipenum = __cpu_to_le32(1), |
175 | .pipedir = __cpu_to_le32(PIPEDIR_IN), | 175 | .pipedir = __cpu_to_le32(PIPEDIR_IN), |
176 | .nentries = __cpu_to_le32(32), | 176 | .nentries = __cpu_to_le32(32), |
177 | .nbytes_max = __cpu_to_le32(512), | 177 | .nbytes_max = __cpu_to_le32(2048), |
178 | .flags = __cpu_to_le32(CE_ATTR_FLAGS), | 178 | .flags = __cpu_to_le32(CE_ATTR_FLAGS), |
179 | .reserved = __cpu_to_le32(0), | 179 | .reserved = __cpu_to_le32(0), |
180 | }, | 180 | }, |