Home
last modified time | relevance | path

Searched refs:notif_len (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c23 int notif_len = struct_size(resp_cp, channels, n_channels); in iwl_mld_parse_mcc_update_resp_v8() local
25 if (iwl_rx_packet_payload_len(pkt) != notif_len) in iwl_mld_parse_mcc_update_resp_v8()
28 resp_cp = kmemdup(mcc_resp_v8, notif_len, GFP_KERNEL); in iwl_mld_parse_mcc_update_resp_v8()