mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Networking: Remove field d_sndata from the device structure. It is the same as d_appdata and unnecessary
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user