mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
More Japan regulatory domain fixes:
* Add HT40 entries for the two new Japan bands * Fix a channel separation bug in one of the new bands I introduced in a previous commit.
This commit is contained in:
parent
7a9a76167a
commit
eff1a1bc13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223998
@ -368,11 +368,21 @@
|
||||
<maxpower>23</maxpower>
|
||||
<flags>IEEE80211_CHAN_HT20</flags>
|
||||
</band>
|
||||
<band>
|
||||
<freqband ref="H4_4920_4980"/>
|
||||
<maxpower>23</maxpower>
|
||||
<flags>IEEE80211_CHAN_HT40</flags>
|
||||
</band>
|
||||
<band>
|
||||
<freqband ref="F1_5040_5080"/>
|
||||
<maxpower>23</maxpower>
|
||||
<flags>IEEE80211_CHAN_HT20</flags>
|
||||
</band>
|
||||
<band>
|
||||
<freqband ref="H4_5040_5080"/>
|
||||
<maxpower>23</maxpower>
|
||||
<flags>IEEE80211_CHAN_HT40</flags>
|
||||
</band>
|
||||
<band>
|
||||
<freqband ref="F1_5180_5240"/>
|
||||
<maxpower>23</maxpower>
|
||||
@ -1664,7 +1674,12 @@
|
||||
</freqband>
|
||||
<freqband id="F1_4920_4980">
|
||||
<freqstart>4920</freqstart> <freqend>4980</freqend>
|
||||
<chanwidth>20</chanwidth> <chansep>5</chansep>
|
||||
<chanwidth>20</chanwidth> <chansep>20</chansep>
|
||||
<flags>IEEE80211_CHAN_A</flags>
|
||||
</freqband>
|
||||
<freqband id="H4_4920_4980">
|
||||
<freqstart>4920</freqstart> <freqend>4980</freqend>
|
||||
<chanwidth>40</chanwidth> <chansep>20</chansep>
|
||||
<flags>IEEE80211_CHAN_A</flags>
|
||||
</freqband>
|
||||
<freqband id="F1_4950_4980">
|
||||
@ -1677,6 +1692,11 @@
|
||||
<chanwidth>20</chanwidth> <chansep>20</chansep>
|
||||
<flags>IEEE80211_CHAN_A</flags>
|
||||
</freqband>
|
||||
<freqband id="H4_5040_5080">
|
||||
<freqstart>5040</freqstart> <freqend>5080</freqend>
|
||||
<chanwidth>40</chanwidth> <chansep>20</chansep>
|
||||
<flags>IEEE80211_CHAN_A</flags>
|
||||
</freqband>
|
||||
<freqband id="F1_5120_5240">
|
||||
<freqstart>5120</freqstart> <freqend>5240</freqend>
|
||||
<chanwidth>20</chanwidth> <chansep>20</chansep>
|
||||
|
Loading…
Reference in New Issue
Block a user