Networking: Remove field d_sndata from the device structure. It is the same as d_appdata and unnecessary

This commit is contained in:
Gregory Nutt
2015-01-17 05:59:13 -06:00
parent 66f5fd1096
commit 88a0e82934
18 changed files with 8 additions and 34 deletions
-2
View File
@@ -82,8 +82,6 @@ int arp_poll(FAR struct net_driver_s *dev, devif_poll_callback_t callback)
/* Setup for the ARP callback (most of these do not apply) */
dev->d_appdata = NULL;
dev->d_snddata = NULL;
dev->d_len = 0;
dev->d_sndlen = 0;