https://github.com/viniciusred/wifi_bonding
This module modified the WCNSS_qcom_cfg.ini in order to support 40mhz.
https://github.com/viniciusred/wifi_bonding
Last synced: about 1 year ago
JSON representation
This module modified the WCNSS_qcom_cfg.ini in order to support 40mhz.
- Host: GitHub
- URL: https://github.com/viniciusred/wifi_bonding
- Owner: ViniciusRed
- Created: 2022-09-02T22:04:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T18:23:10.000Z (about 2 years ago)
- Last Synced: 2025-02-06T18:04:08.423Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 884 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Magisk WiFi Bonding





Double your bandwith on your devices!
## Details
By default, some devices provided an ini file to control the wifi behavior. This module modified the `WCNSS_qcom_cfg.ini` in order to support 40mhz.
- Make 2.4Ghz/5Ghz WiFi running at 40Mhz enabled.
```
gChannelBondingMode24GHz=1
gChannelBondingMode5GHz=1
```
- Make forced WiFi antenna 1T1R on MTK solution AP disabled.
```
gForce1x1Exception=0
```
### Official Module Creator
Creator Github: [GitHub](https://github.com/Magisk-Modules-Repo/wifi-bonding)