mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:06:38 +08:00
net: Remove devif_timer from comment
since devif_timer has been removed in:
commit 035d925864
Author: zhanghongyu <zhanghongyu@xiaomi.com>
Date: Sun May 29 21:47:28 2022 +0800
devif: remove all devif_timer
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
298b4aba0c
commit
fe85e9d0fa
@@ -496,10 +496,8 @@ int sixlowpan_input(FAR struct radio_driver_s *ieee,
|
||||
* Polling of connections
|
||||
*
|
||||
* These functions will traverse each active network connection structure
|
||||
* and perform appropriate operations: devif_timer() will perform TCP timer
|
||||
* operations (and UDP polling operations); devif_poll() will perform TCP
|
||||
* and UDP polling operations. The CAN driver MUST implement logic to
|
||||
* periodically call devif_timer(); devif_poll() may be called asynchronously
|
||||
* and perform appropriate operations: devif_poll() will perform TCP
|
||||
* and UDP polling operations. devif_poll() may be called asynchronously
|
||||
* from the network driver can accept another outgoing packet.
|
||||
*
|
||||
* In both cases, these functions will call the provided callback function
|
||||
|
||||
@@ -68,11 +68,11 @@ struct radiodev_properties_s
|
||||
* field of the IOB.
|
||||
*
|
||||
* Outgoing frames are generated when the radio network driver calls
|
||||
* the devif_poll(), devif_timer(), sixlowpan_input(), or
|
||||
* ieee802154_input() interfaces. In each case, the radio driver must
|
||||
* provide a working buffer in the d_buf pointer. A special form of
|
||||
* the packet buffer must be used, struct sixlowpan_reassbuf_s. This
|
||||
* special for includes appended data for managing reassembly of packets.
|
||||
* the devif_poll(), sixlowpan_input(), or ieee802154_input()
|
||||
* interfaces. In each case, the radio driver must provide a working
|
||||
* buffer in the d_buf pointer. A special form of the packet buffer
|
||||
* must be used, struct sixlowpan_reassbuf_s. This special for
|
||||
* includes appended data for managing reassembly of packets.
|
||||
*
|
||||
* - Received frames are provided by radio network driver to the network
|
||||
* via an IOB parameter in the sixlowpan_input() pr ieee802154_input()
|
||||
|
||||
Reference in New Issue
Block a user