> struct iwl_mvm_ethtool_stats ethtool_stats; > + struct iwl_txo_data txo_data; Might be nicer to have this a pointer and be NULL if not active? that way you can also use proper RCU protection for it when changing it. johannes
> struct iwl_mvm_ethtool_stats ethtool_stats; > + struct iwl_txo_data txo_data; Might be nicer to have this a pointer and be NULL if not active? that way you can also use proper RCU protection for it when changing it. johannes