regulatory.bin.5 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .TH regulatory.bin 5 "21 December 2017" "regulatory.bin" "Linux"
  2. .SH NAME
  3. regulatory.bin, regulatory.db \- The Linux wireless regulatory database
  4. .ad l
  5. .in +8
  6. .ti -8
  7. .SS
  8. .SH Description
  9. .B regulatory.bin
  10. and
  11. .B regulatory.db
  12. are the files used by the Linux wireless subsystem to keep its regulatory
  13. database information.
  14. .PP
  15. .B regulatory.bin
  16. is read by
  17. .B crda
  18. upon the Linux kernel's request for regulatory information for a specific
  19. ISO / IEC 3166 alpha2 country code.
  20. .PP
  21. .B regulatory.db
  22. is a newer, extensible database format which (since Linux 4.15) is read
  23. by the kernel directly as a firmware file.
  24. The regulatory database is kept in a small binary format for size and code
  25. efficiency. The
  26. .B regulatory.bin
  27. file can be parsed and read in human format by using the
  28. .B regdbdump
  29. command. The regulatory database files should be updated upon regulatory
  30. changes or corrections.
  31. .SH Upkeeping
  32. The regulatory database is maintained by the community as such
  33. you are encouraged to send any corrections or updates to the
  34. linux-wireless and wireless-regdb mailing lists:
  35. .B linux-wireless@vger.kernel.org
  36. and
  37. .B wireless-regdb@lists.infradead.org
  38. .SH SEE ALSO
  39. .BR regdbdump (8)
  40. .BR crda (8)
  41. .BR iw (8)
  42. .BR http://wireless.kernel.org/en/developers/Regulatory/