mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 21:21:07 +00:00
ath11k_nss: set pbuf to 'auto'
Since SKB recycler was merged into main nss-wifi branch, it is not necessary to manually tinker with pbuf script. Memory is now properly managed between NSS driver allocating/deallocating SKBs. For optimal wifi performance, especially upload, it is advised to leave the script to 'auto'. Users who use sysupgrade should manually set the uci config '/etc/config/pbuf' as it will not overwrite existing configuration.
This commit is contained in:
parent
f99f8c2609
commit
0abe35e9ac
@ -1,6 +1,6 @@
|
|||||||
config general opt
|
config general opt
|
||||||
option memory_profile 'off'
|
# option memory_profile 'off'
|
||||||
# option memory_profile 'auto'
|
option memory_profile 'auto'
|
||||||
# option memory_profile '1gb'
|
# option memory_profile '1gb'
|
||||||
# option memory_profile '512mb'
|
# option memory_profile '512mb'
|
||||||
# option memory_profile '256mb'
|
# option memory_profile '256mb'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user