Bugzilla – Attachment #61927: don't leak kernel types in mii.h for bug #141318
/* This structure is used in all SIOCxMIIxxx ioctl calls */
struct mii_ioctl_data {
u16 phy_id;
__u16 phy_id;
u16 reg_num;
__u16 reg_num;
u16 val_in;
__u16 val_in;
u16 val_out;
__u16 val_out;
};