iwl_notif_statistics
} else if (len == sizeof(struct iwl_notif_statistics)) {
struct iwl_notif_statistics *stats;
sizeof(struct iwl_notif_statistics));
struct iwl_notif_statistics *stats = (void *)pkt->data;
expected_size = sizeof(struct iwl_notif_statistics);
struct iwl_notif_statistics *stats = (void *)&pkt->data;
struct iwl_notif_statistics *stats = (void *)&pkt->data;