mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
883ff80e068d8f3927f1a00a17968cbe495e19fe
Leaf changes summary: 3 artifacts changed (1 filtered out)
Changed leaf types summary: 3 (1 filtered out) leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'enum nl80211_attrs at nl80211.h:2346:1' changed:
type size hasn't changed
3 enumerator insertions:
'nl80211_attrs::NL80211_ATTR_VLAN_ID' value '282'
'nl80211_attrs::NL80211_ATTR_HE_BSS_COLOR' value '283'
'nl80211_attrs::NL80211_ATTR_IFTYPE_AKM_SUITES' value '284'
'struct cfg80211_ops at cfg80211.h:3274:1' changed:
type size changed from 6720 to 6784 (in bits)
1 data member insertion:
'void ()* cfg80211_ops::set_default_beacon_key', at offset 704 (in bits) at cfg80211.h:3308:1
'struct wiphy at cfg80211.h:4125:1' changed:
type size hasn't changed
2 data member insertions:
'const wiphy_iftype_akm_suites* wiphy::iftype_akm_suites', at offset 960 (in bits) at cfg80211.h:4194:1
'unsigned int wiphy::num_iftype_akm_suites', at offset 1024 (in bits) at cfg80211.h:4195:1
there are data member changes:
type 'u8[5]' of 'wiphy::ext_features' changed:
type name changed from 'u8[5]' to 'u8[6]'
array type size changed from 40 to 48
array type subrange 1 changed length from 5 to 6
Test: build
Bug: 150901210
Signed-off-by: Hridya Valsaraju <hridya@google.com>
Change-Id: If8597a86a5fa0cea8602c6d19b2c693e9f45700b
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%