iwlwifi: Add support for SAR South Korea limitation
Haim Dreyfuss authored
South Korea is adding a more strict SAR limit called "Limb SAR".
Currently, WGDS SAR offset group 3 is not used (not mapped to any country).
In order to be able to comply with South Korea new restriction:
- OEM will use WGDS SAR offset group 3 to South Korea limitation.
- OEM will change WGDS revision to 1 (currently latest revision is 0)
	to notify that Korea Limb SAR applied.
- Driver will read the WGDS table and pass the values to FW (as usual)
- Driver will pass to FW an indication that Korea Limb SAR is applied
	in case table revision is 1.
Signed-off-by: default avatarHaim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
0c3d7282
Name Last commit Last update
Documentation doc: phy: document some PHY_INTERFACE_MODE_xxx settings
LICENSES LICENSES: Rename other to deprecated
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block block: fix page leak when merging to same page
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
crypto treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
drivers iwlwifi: Add support for SAR South Korea limitation
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include Allow 0.0.0.0/8 as a valid address range
init Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
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 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
net rtnetlink: skip metrics loop for dst_default_metrics
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
tools tc-testing: add ingress qdisc tests
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes
.mailmap MAINTAINERS: Update my email address
COPYING COPYING: use the new text with points to the license files
CREDITS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Kbuild Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Makefile Linux 5.2-rc5
README Drop all 00-INDEX files from Documentation/
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.

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.