Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 318df1dd authored by Rohit Sekhar's avatar Rohit Sekhar Committed by Rohit Sekhar
Browse files

FP5: WifiResTarget_spf: Drop config_wifiMultiStaRestrictedConcurrencyEnabled

Note to self:
- This bool should have been enabled from WifiResTarget_yupik_iot, but
  Fairphone disabled it and config_wifi_dual_sap_mode_enabled, which is the default frameworks value anyways
- So skip them
parent 4d154069
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -27,8 +27,4 @@
         rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
    <string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,2097152,524288,1048576,4194304</string>

    <!-- Enable concurrent restricted connectivity + internet connectivity
         Note: this is conditional on the device supporting dual concurrent STAs. -->
    <bool name="config_wifiMultiStaRestrictedConcurrencyEnabled">true</bool>

</resources>