ath.git patches for v6.9
We have new features for both ath11k and ath12k. ath12k is now under
heavy refactoring in preparation for MLO support.
Major changes:
ath12k
* refactoring in preparation for Multi-Link Operation (MLO) support
* 1024 Block Ack window size support
* provide firmware wmi logs via a trace event
ath11k
* 36 bit DMA mask support
* support 6 GHz station power modes: Low Power Indoor (LPI), Standard
  Power) SP and Very Low Power (VLP)
        struct ieee80211_chanctx_conf chanctx;
        struct ath11k_arp_ns_offload arp_ns_offload;
        struct ath11k_rekey_data rekey_data;
 -
 -#ifdef CONFIG_ATH11K_DEBUGFS
 -      struct dentry *debugfs_twt;
 -#endif /* CONFIG_ATH11K_DEBUGFS */
+ 
+       struct ath11k_reg_tpc_power_info reg_tpc_info;
  };
  
  struct ath11k_vif_iter {