I apologize for having overlooked this patch for so long! The patch seems correct to me, except that it lacks a Signed-off-by line. Can you provide that? Or simply confirm that you want me to add it? Thanks! John On Wed, Aug 27, 2014 at 01:54:52AM -0700, Daiwei Li wrote: > Here's a patch: > > wireless-regdb: Update KR rule to include 5825MHz > > The Juniper WLA532-WW allows the setting of channel 165 > for country code KR. Various Cisco documentation sources [1],[2] > state that 5825 MHz is allowed for country code KR. Aruba's documentation > [3] > states the same. > > Perhaps someone can also confirm that the KCC documentation matches [4]. > > [1]: > http://www.intermec.com/public-files/product-profiles/en/Cisco1230AGAP_spec_web.pdf > [2]: > http://www.cisco.com/c/en/us/td/docs/wireless/wcs/3-2/configuration/guide/wcscfg32/wcscod.html > [3]: > http://www.arubanetworks.com/vrd/OutdoorMIMOVRD/wwhelp/wwhimpl/common/html/wwhelp.htm#context=OutdoorMIMOVRD&file=AppA.html > [4]: http://rra.go.kr/board/law/view.jsp?lw_seq=187&lw_type=3 > > diff --git a/db.txt b/db.txt > index 3d15930..19fd209 100644 > --- a/db.txt > +++ b/db.txt > @@ -533,7 +533,7 @@ country KR: DFS-JP > (5170 - 5250 @ 80), (20) > (5250 - 5330 @ 80), (20), DFS > (5490 - 5710 @ 80), (30), DFS > - (5735 - 5815 @ 80), (30) > + (5735 - 5835 @ 80), (30) > > country KW: DFS-ETSI > (2402 - 2482 @ 40), (20) > > > > On Mon, May 19, 2014 at 1:36 PM, John W. Linville <linville at tuxdriver.com> > wrote: > > > On Tue, May 06, 2014 at 12:31:01AM -0700, Daiwei Li wrote: > > > Hi Xose, > > > > > > Thanks for correcting my URL. I remember getting it from this page: > > > http://wireless.kernel.org/en/developers/Regulatory/wireless-regdb > > > although the links there are now the same as what you sent. I > > > downloaded the latest release: > > > > > https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2013.11.27.tar.gz > > > and am still seeing the same frequencies for country code KR: > > > > > > daiweili at jfl: ~/wireless-regdb-2013.11.27 $ regdbdump regulatory.bin | > > > less | grep KR -A 10 > > > country KR: > > > (2402.000 - 2482.000 @ 20.000), (N/A, 20.00) > > > (2402.000 - 2482.000 @ 40.000), (N/A, 20.00) > > > (5170.000 - 5250.000 @ 80.000), (N/A, 20.00) > > > (5250.000 - 5330.000 @ 80.000), (N/A, 20.00), DFS > > > (5490.000 - 5710.000 @ 80.000), (N/A, 30.00), DFS > > > (5735.000 - 5815.000 @ 80.000), (N/A, 30.00) > > > > > > country KW: > > > (2402.000 - 2482.000 @ 40.000), (N/A, 20.00) > > > (5170.000 - 5250.000 @ 80.000), (N/A, 20.00) > > > > > > Should I submit a patch for review, or can I expect someone from this > > > mailing list to validate my finding? > > > > Let's have a patch, and maybe we can validate. Can you identify your > > source of information? > > > > John > > -- > > John W. Linville Someday the world will need a hero, and you > > linville at tuxdriver.com might be all we have. Be ready. > > -- John W. Linville Someday the world will need a hero, and you linville at tuxdriver.com might be all we have. Be ready.