linux/drivers/net/wireless/intel/iwlwifi/mvm
Linus Torvalds ff9a79307f Kbuild updates for v6.10
- Avoid 'constexpr', which is a keyword in C23
 
  - Allow 'dtbs_check' and 'dt_compatible_check' run independently of
    'dt_binding_check'
 
  - Fix weak references to avoid GOT entries in position-independent
    code generation
 
  - Convert the last use of 'optional' property in arch/sh/Kconfig
 
  - Remove support for the 'optional' property in Kconfig
 
  - Remove support for Clang's ThinLTO caching, which does not work with
    the .incbin directive
 
  - Change the semantics of $(src) so it always points to the source
    directory, which fixes Makefile inconsistencies between upstream and
    downstream
 
  - Fix 'make tar-pkg' for RISC-V to produce a consistent package
 
  - Provide reasonable default coverage for objtool, sanitizers, and
    profilers
 
  - Remove redundant OBJECT_FILES_NON_STANDARD, KASAN_SANITIZE, etc.
 
  - Remove the last use of tristate choice in drivers/rapidio/Kconfig
 
  - Various cleanups and fixes in Kconfig
 -----BEGIN PGP SIGNATURE-----
 
 iQJJBAABCgAzFiEEbmPs18K1szRHjPqEPYsBB53g2wYFAmZFlGcVHG1hc2FoaXJv
 eUBrZXJuZWwub3JnAAoJED2LAQed4NsG8voQALC8NtFpduWVfLRj2Qg6Ll/xf1vX
 2igcTJEOFHkeqXLGoT8dTDKLEipUBUvKyguPq66CGwVTe2g6zy/nUSXeVtFrUsIa
 msLTi8FqhqUo5lodNvGMRf8qqmuqcvnXoiQwIocF92jtsFy14bhiFY+n4HfcFNjj
 GOKwqBZYQUwY/VVb090efc7RfS9c7uwABJSBelSoxg3AGZriwjGy7Pw5aSKGgVYi
 inqL1eR6qwPP6z7CgQWM99soP+zwybFZmnQrsD9SniRBI4rtAat8Ih5jQFaSUFUQ
 lk2w0NQBRFN88/uR2IJ2GWuIlQ74WeJ+QnCqVuQ59tV5zw90wqSmLzngfPD057Dv
 JjNuhk0UyXVtpIg3lRtd4810ppNSTe33b9OM4O2H846W/crju5oDRNDHcflUXcwm
 Rmn5ho1rb5QVzDVejJbgwidnUInSgJ9PZcvXQ/RJVZPhpgsBzAY9pQexG1G3hviw
 y9UDrt6KP6bF9tHjmolmtdIes9Pj0c4dN6/Rdj4HS4hIQ/GDar0tnwvOvtfUctNL
 orJlBsA6GeMmDVXKkR0ytOCWRYqWWbyt8g70RVKQJfuHX7/hGyAQPaQ2/u4mQhC2
 aevYfbNJMj0VDfGz81HDBKFtkc5n+Ite8l157dHEl2LEabkOkRdNVcn7SNbOvZmd
 ZCSnZ31h7woGfNho
 =D5B/
 -----END PGP SIGNATURE-----

Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild updates from Masahiro Yamada:

 - Avoid 'constexpr', which is a keyword in C23

 - Allow 'dtbs_check' and 'dt_compatible_check' run independently of
   'dt_binding_check'

 - Fix weak references to avoid GOT entries in position-independent code
   generation

 - Convert the last use of 'optional' property in arch/sh/Kconfig

 - Remove support for the 'optional' property in Kconfig

 - Remove support for Clang's ThinLTO caching, which does not work with
   the .incbin directive

 - Change the semantics of $(src) so it always points to the source
   directory, which fixes Makefile inconsistencies between upstream and
   downstream

 - Fix 'make tar-pkg' for RISC-V to produce a consistent package

 - Provide reasonable default coverage for objtool, sanitizers, and
   profilers

 - Remove redundant OBJECT_FILES_NON_STANDARD, KASAN_SANITIZE, etc.

 - Remove the last use of tristate choice in drivers/rapidio/Kconfig

 - Various cleanups and fixes in Kconfig

* tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (46 commits)
  kconfig: use sym_get_choice_menu() in sym_check_prop()
  rapidio: remove choice for enumeration
  kconfig: lxdialog: remove initialization with A_NORMAL
  kconfig: m/nconf: merge two item_add_str() calls
  kconfig: m/nconf: remove dead code to display value of bool choice
  kconfig: m/nconf: remove dead code to display children of choice members
  kconfig: gconf: show checkbox for choice correctly
  kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinal
  Makefile: remove redundant tool coverage variables
  kbuild: provide reasonable defaults for tool coverage
  modules: Drop the .export_symbol section from the final modules
  kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
  kconfig: use sym_get_choice_menu() in conf_write_defconfig()
  kconfig: add sym_get_choice_menu() helper
  kconfig: turn defaults and additional prompt for choice members into error
  kconfig: turn missing prompt for choice members into error
  kconfig: turn conf_choice() into void function
  kconfig: use linked list in sym_set_changed()
  kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
  kconfig: gconf: remove debug code
  ...
2024-05-18 12:39:20 -07:00
..
tests wifi: iwlwifi: mvm: record and return channel survey information 2024-05-06 16:33:25 +02:00
binding.c
coex.c wifi: iwlwifi: cleanup EMLSR when BT is active handling 2024-05-06 16:33:23 +02:00
constants.h wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
d3.c wifi: iwlwifi: mvm: Block EMLSR when a p2p/softAP vif is active 2024-05-06 16:33:24 +02:00
debugfs-vif.c wifi: iwlwifi: mvm: add a debugfs for reading EMLSR blocking reasons 2024-05-06 16:33:25 +02:00
debugfs.c wifi: iwlwifi: mvm: fix warnings from dmi_get_system_info() 2024-02-04 10:58:54 +01:00
debugfs.h
ftm-initiator.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-04-25 12:41:37 -07:00
ftm-responder.c wifi: iwlwifi: mvm: support wider-bandwidth OFDMA 2024-02-21 15:19:04 +01:00
fw-api.h
fw.c wifi: iwlwifi: mvm: align UATS naming with firmware 2024-05-06 16:33:26 +02:00
led.c
link.c wifi: iwlwifi: mvm: exit EMLSR if secondary link is not used 2024-05-06 16:33:26 +02:00
mac-ctxt.c wifi: iwlwifi: mvm: add beacon template version 14 2024-05-06 16:33:26 +02:00
mac80211.c wifi: iwlwifi: mvm: record and return channel survey information 2024-05-06 16:33:25 +02:00
Makefile Kbuild updates for v6.10 2024-05-18 12:39:20 -07:00
mld-key.c wifi: iwlwifi: mvm: don't set the MFP flag for the GTK 2024-02-08 15:00:48 +01:00
mld-mac.c wifi: iwlwifi: mvm: Fix the listener MAC filter flags 2024-02-12 21:24:51 +01:00
mld-mac80211.c wifi: iwlwifi: mvm: fix primary link setting 2024-05-06 16:33:25 +02:00
mld-sta.c wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
mvm.h wifi: iwlwifi: mvm: exit EMLSR if secondary link is not used 2024-05-06 16:33:26 +02:00
nvm.c wifi: iwlwifi: read WRDD table from UEFI 2024-02-02 14:37:27 +01:00
offloading.c wifi: iwlwifi: mvm: fix the sta id in offload 2024-03-25 15:36:03 +01:00
ops.c wifi: iwlwifi: mvm: record and return channel survey information 2024-05-06 16:33:25 +02:00
phy-ctxt.c wifi: iwlwifi: mvm: support PHY context version 6 2024-02-21 15:19:04 +01:00
power.c wifi: iwlwifi: mvm: Move beacon filtering to be per link 2024-03-25 15:36:03 +01:00
ptp.c
quota.c
rfi.c wifi: iwlwifi: mvm: rfi: fix potential response leaks 2024-03-25 15:23:07 +01:00
rs-fw.c wifi: iwlwifi: mvm: use already determined cmd_id 2024-05-06 16:33:25 +02:00
rs.c wifi: iwlwifi: fix some kernel-doc issues 2024-02-02 13:47:46 +01:00
rs.h
rx.c wifi: iwlwifi: mvm: exit EMLSR if secondary link is not used 2024-05-06 16:33:26 +02:00
rxmq.c wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
scan.c wifi: iwlwifi: mvm: record and return channel survey information 2024-05-06 16:33:25 +02:00
sf.c wifi: iwlwifi: mvm: don't send the smart fifo command if not needed 2024-02-08 15:00:48 +01:00
sta.c wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
sta.h wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
tdls.c
testmode.h
time-event.c wifi: iwlwifi: mvm: Block EMLSR when a p2p/softAP vif is active 2024-05-06 16:33:24 +02:00
time-event.h
time-sync.c
time-sync.h
tt.c thermal: core: Eliminate writable trip points masks 2024-02-27 12:04:38 +01:00
tx.c wifi: iwlwifi: mvm: Activate EMLSR based on traffic volume 2024-05-06 16:33:23 +02:00
utils.c wifi: iwlwifi: mvm: don't request statistics in restart 2024-05-06 16:33:26 +02:00
vendor-cmd.c