forked from AdrianoMartins/xqrepack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename 0001-Remove-TX-power-limitations-and-country.patch …
…to country-info.patch
- Loading branch information
Showing
2 changed files
with
18 additions
and
56 deletions.
There are no files selected for viewing
56 changes: 0 additions & 56 deletions
56
patches/0001-Remove-TX-power-limitations-and-country.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- a/lib/wifi/qcawificfg80211.sh | ||
+++ b/lib/wifi/qcawificfg80211.sh | ||
@@ -2020,14 +2020,11 @@ | ||
|
||
config_get bintval "$vif" bintval | ||
[ -n "$bintval" ] && "$device_if" "$ifname" bintval "$bintval" | ||
|
||
- config_get_bool countryie "$vif" countryie 0 | ||
+ config_get_bool countryie "$vif" countryie 1 | ||
[ -n "$countryie" ] && "$device_if" "$ifname" countryie "$countryie" | ||
- | ||
- config_get_bool vap_contryie "$vif" vap_contryie 0 | ||
- [ -n "$vap_contryie" ] && "$device_if" "$ifname" vap_contryie "$vap_contryie" | ||
|
||
config_get ppdu_duration "$device" ppdu_duration | ||
[ -n "$ppdu_duration" ] && "$device_if" "$phy" ppdu_duration "${ppdu_duration}" | ||
|
||
config_get he_ul_ppdu_dur "$device" he_ul_ppdu_dur |