On 7/17/2025 7:55 PM, Nithyanantham Paramasivam wrote: ... > + if ((!test_bit(ATH12K_FLAG_HW_CRYPTO_DISABLED, &ar->ab->dev_flags) && > + !(skb_cb->flags & ATH12K_SKB_HW_80211_ENCAP) && > + !(skb_cb->flags & ATH12K_SKB_CIPHER_SET) && > + ieee80211_has_protected(hdr->frame_control)) || > + is_diff_encap) { nit: this last term is aligned on the wrong ( i'll fix this in pending, and since I'm touching the patches, i'll go ahead and change the { 0 } => {} as well /jeff