On 4/10/25 09:23, 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,
Bleh, nevermind. A macro builds the method name. And I guess it would have failed on module load even though it compiled with the .c method ifdef'd out. Thanks, Ben