Searched refs:l4mv (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dcontrol.c1015 const struct i2400m_tlv_l4_message_versions *l4mv; local
1043 I2400M_TLV_L4_MESSAGE_VERSIONS, sizeof(*l4mv));
1050 l4mv = container_of(tlv, typeof(*l4mv), hdr);
1051 major = le16_to_cpu(l4mv->major);
1052 minor = le16_to_cpu(l4mv->minor);
1053 branch = le16_to_cpu(l4mv->branch);

Completed in 48 milliseconds