]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/atm/lec.c
ATM: use designated initializers
[mirror_ubuntu-zesty-kernel.git] / net / atm / lec.c
index 779b3fa6052d68648c3f8b7a8d3f85292be453e1..019557d0a11d2434ff7186da5504917717bf7d2b 100644 (file)
@@ -111,9 +111,9 @@ static inline void lec_arp_put(struct lec_arp_table *entry)
 }
 
 static struct lane2_ops lane2_ops = {
-       lane2_resolve,          /* resolve,             spec 3.1.3 */
-       lane2_associate_req,    /* associate_req,       spec 3.1.4 */
-       NULL                    /* associate indicator, spec 3.1.5 */
+       .resolve = lane2_resolve,               /* spec 3.1.3 */
+       .associate_req = lane2_associate_req,   /* spec 3.1.4 */
+       .associate_indicator = NULL             /* spec 3.1.5 */
 };
 
 static unsigned char bus_mac[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };