ath: Add regulatory mapping for APL2_FCCA
Sven Eckelmann authored

The regdomain code is used to select the correct the correct conformance
test limits (CTL) for a country. If the regdomain code isn't available and
it is still programmed in the EEPROM then it will cause an error and stop
the initialization with:

  Invalid EEPROM contents

The current CTL mappings for this regdomain code are:

* 2.4GHz: FCC
* 5GHz: FCC
Signed-off-by: default avatarSven Eckelmann <sven.eckelmann@openmesh.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
4f183687
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
LICENSES LICENSES: Add MPL-1.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block blk-mq: fix sysfs inflight counter
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - set freed buffers to NULL
drivers ath: Add regulatory mapping for APL2_FCCA
firmware kbuild: remove all dummy assignments to obj-
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
init Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
ipc ipc/shm: fix use-after-free of shm file via remap_file_pages()
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm mmap: relax file size limit for regular files
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound ALSA: usb-audio: Use Class Specific EP for UAC3 devices.
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr kbuild: rename built-in.o to built-in.a
virt KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.