On Fri, 21 Mar 2025 09:45:53 +0800, Baochen Qiang wrote: > ieee80211_chanctx_conf struct is not put at the end of ath12k_link_vif. > Note ieee80211_chanctx_conf has flexible array member inside it, causing > below warning with GCC-14: > > drivers/net/wireless/ath/ath12k/core.h:298:39: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] > > Although there is no issue for now since the array is not getting used, > this should be fixed to avoid any potential data corruption issue in the > future. > > [...] Applied, thanks! [1/1] wifi: ath12k: don't put ieee80211_chanctx_conf struct in ath12k_link_vif commit: ce0779378c62758a0c503bf85e643c6d8f343703 Best regards, -- Jeff Johnson <jeff.johnson@xxxxxxxxxxxxxxxx>