mac80211: update to version based on 4.19-rc4
[openwrt/staging/wigyori.git] / package / kernel / mac80211 / patches / ath / 960-0011-ath10k-limit-pci-buffer-size.patch
1 --- a/drivers/net/wireless/ath/ath10k/pci.c
2 +++ b/drivers/net/wireless/ath/ath10k/pci.c
3 @@ -142,7 +142,7 @@ static struct ce_attr host_ce_config_wla
4 .flags = CE_ATTR_FLAGS,
5 .src_nentries = 0,
6 .src_sz_max = 2048,
7 - .dest_nentries = 512,
8 + .dest_nentries = 128,
9 .recv_cb = ath10k_pci_htt_htc_rx_cb,
10 },
11
12 @@ -151,7 +151,7 @@ static struct ce_attr host_ce_config_wla
13 .flags = CE_ATTR_FLAGS,
14 .src_nentries = 0,
15 .src_sz_max = 2048,
16 - .dest_nentries = 128,
17 + .dest_nentries = 64,
18 .recv_cb = ath10k_pci_htc_rx_cb,
19 },
20
21 @@ -178,7 +178,7 @@ static struct ce_attr host_ce_config_wla
22 .flags = CE_ATTR_FLAGS,
23 .src_nentries = 0,
24 .src_sz_max = 512,
25 - .dest_nentries = 512,
26 + .dest_nentries = 128,
27 .recv_cb = ath10k_pci_htt_rx_cb,
28 },
29
30 @@ -203,7 +203,7 @@ static struct ce_attr host_ce_config_wla
31 .flags = CE_ATTR_FLAGS,
32 .src_nentries = 0,
33 .src_sz_max = 2048,
34 - .dest_nentries = 128,
35 + .dest_nentries = 96,
36 .recv_cb = ath10k_pci_pktlog_rx_cb,
37 },
38