name: rdev_start_pmsr
ID: 1404
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:char wiphy_name[32];	offset:8;	size:32;	signed:0;
	field:u32 id;	offset:40;	size:4;	signed:0;
	field:u64 cookie;	offset:48;	size:8;	signed:0;

print fmt: "%s, wdev(%u), cookie: %lld", REC->wiphy_name, (REC->id), (unsigned long long)REC->cookie
