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:
Qosmio 2024-03-24 23:20:41 -04:00 committed by Sean Khan
parent f99f8c2609
commit 0abe35e9ac

View File

@ -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'