On Thu, 2025-04-10 at 09:23 -0700, Ben Greear wrote: > Hello, > > I'm working on porting some patches we've previously added to mvm to the > mld driver. Currently I'm looking at tx stats. From what I can tell, this > method is not called from anywhere: > > [greearb@ben-dt5 linux-2.6]$ git grep iwl_mld_handle_tx_resp_notif > drivers/net/wireless/intel/iwlwifi/mld/tx.c:void iwl_mld_handle_tx_resp_notif(struct iwl_mld *mld, > drivers/net/wireless/intel/iwlwifi/mld/tx.h:void iwl_mld_handle_tx_resp_notif(struct iwl_mld *mld, > If you go by that you'll find a lot of unused functions ;-) RX_HANDLER_NO_OBJECT(LEGACY_GROUP, TX_CMD, tx_resp_notif, RX_HANDLER_SYNC) johannes