Double your bandwith on your Qualcomm devices.
Double your bandwith on your Qualcomm devices!
在「高通设备」上以40Mhz运行2.4Ghz/5.0Ghz的Wifi。
By default, some devices provided an ini file to control the wifi behavior. This module modified the
WCNSS_qcom_cfg.iniin order to support 40mhz.
默认情况下,某些设备提供了一个ini文件来控制wifi行为,该模块修改了
WCNSS_qcom_cfg.ini以支持40MHz。
Make 2.4Ghz/5Ghz WiFi running at 40Mhz enabled. 开启 40Mhz WiFi 支持。
gChannelBondingMode24GHz=1 gChannelBondingMode5GHz=1
Make forced WiFi antenna 1T1R on MTK solution AP disabled. 关闭联发科路由 单天线 WiFi 限制。
gForce1x1Exception=0
This module should work on most of the devices. The basic logic is simple, but not all devices need such kind of module. If you can find
WCNSS_qcom_cfg.iniin your system partition, please open an issue to report it to me; if you can't, this module won't work for you, including almost all Nexus/Pixel devices.
该模块可在大多数设备上使用。其逻辑很简单,但是并非所有设备都适用该模块。如果您可以在系统分区中找到
WCNSS_qcom_cfg.ini,请创建 issue 告诉我。 如果不能,则该模块将对您的设备不起作用,包括几乎所有的 Nexus / Pixel 设备。
Please follow the instuction below from @axeldna: 请按照说明进行操作
You should use latest Magisk Manager to install this module. If you meet any problem under installation from Magisk Manager, please try to install it from recovery. 您应该使用最新的Magisk Manager来安装此模块。如果您在Magisk Manager中安装模块遇到问题,请尝试使用Recovery来安装
Recent fixes:
Update for magisk tmpfs location changes.