public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] iwlwifi: Cleaning up deadcode
@ 2024-12-23  1:31 linux
  2024-12-23  1:31 ` [PATCH 1/6] iwlwifi: Remove unused iwl_rx_ant_restriction linux
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: linux @ 2024-12-23  1:31 UTC (permalink / raw)
  To: miriam.rachel.korenblit, kvalo, linux-wireless
  Cc: linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a collection of removal of functions
that have been used for more than a few years.

  There are also a handful of string and one structure
removal that are just left overs from a recent commit.

They're all entire function/structure/string removal.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (6):
  iwlwifi: Remove unused iwl_rx_ant_restriction
  iwlwifi: Remove unused iwl_mvm_rx_missed_vap_notif
  iwlwifi: Remove unused iwl_mvm_ftm_*_add_pasn_sta functions
  iwlwifi: Remove unused iwl_mvm_ftm_add_pasn_sta
  iwlwifi: Remove unused iwl_bz_name
  iwlwifi: Remove old device data

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   1 -
 .../net/wireless/intel/iwlwifi/cfg/ax210.c    |   8 --
 drivers/net/wireless/intel/iwlwifi/cfg/bz.c   |   1 -
 drivers/net/wireless/intel/iwlwifi/dvm/tt.c   |  11 --
 drivers/net/wireless/intel/iwlwifi/dvm/tt.h   |   1 -
 .../net/wireless/intel/iwlwifi/iwl-config.h   |   4 -
 .../intel/iwlwifi/mvm/ftm-initiator.c         | 101 ------------------
 .../intel/iwlwifi/mvm/ftm-responder.c         |  86 ---------------
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  23 ----
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  12 ---
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  |  61 -----------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |   4 -
 12 files changed, 313 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-01-28 19:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23  1:31 [PATCH 0/6] iwlwifi: Cleaning up deadcode linux
2024-12-23  1:31 ` [PATCH 1/6] iwlwifi: Remove unused iwl_rx_ant_restriction linux
2024-12-23  1:31 ` [PATCH 2/6] iwlwifi: Remove unused iwl_mvm_rx_missed_vap_notif linux
2024-12-23  1:31 ` [PATCH 3/6] iwlwifi: Remove unused iwl_mvm_ftm_*_add_pasn_sta functions linux
2024-12-23  1:32 ` [PATCH 4/6] iwlwifi: Remove unused iwl_mvm_ftm_add_pasn_sta linux
2024-12-23  1:32 ` [PATCH 5/6] iwlwifi: Remove unused iwl_bz_name linux
2024-12-23  1:32 ` [PATCH 6/6] iwlwifi: Remove old device data linux
2025-01-28 18:45 ` [PATCH 0/6] iwlwifi: Cleaning up deadcode Dr. David Alan Gilbert
2025-01-28 19:04   ` Korenblit, Miriam Rachel
2025-01-28 19:52     ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox