mbox series

[0/3] iwlwifi cleanups

Message ID 431o2997-oqn8-p0ro-sq6r-pnr543164r85@SerrOFQ.bet (mailing list archive)
Headers show
Series iwlwifi cleanups | expand

Message

Bjoern A. Zeeb March 29, 2024, 10:40 p.m. UTC
Starting to reduce some local changes in FreeBSD against the
upstream Linux version of the dual-licensed bits of the driver.

These are three changes removing dead code or hiding code
behind the appropriate preprocessor check.

Please check the MEI changes accordingly with the multiple
compile-time options under Linux (hope your build bot will
do that).

Bjoern A. Zeeb (3):
   wifi: iwlwifi: mvm: remove dead code
   wifi: iwlwifi: remove function declaration without function
   wifi: iwlwifi: mvm: check for CONFIG_IWLMEI to be enabled for more
     code

  .../intel/iwlwifi/mvm/ftm-responder.c         | 80 -------------------
  drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  6 --
  drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  4 +
  drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 65 ---------------
  drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |  3 -
  .../wireless/intel/iwlwifi/pcie/internal.h    |  1 -
  6 files changed, 4 insertions(+), 155 deletions(-)