Skip to content

Commit

Permalink
Update and rename 0001-Remove-TX-power-limitations-and-country.patch …
Browse files Browse the repository at this point in the history
…to country-info.patch
  • Loading branch information
Tony91590 authored Jun 2, 2024
1 parent 89920cc commit c55dad1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 56 deletions.
56 changes: 0 additions & 56 deletions patches/0001-Remove-TX-power-limitations-and-country.patch

This file was deleted.

18 changes: 18 additions & 0 deletions patches/country-info.patch
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

0 comments on commit c55dad1

Please sign in to comment.