mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network.
This commit is contained in:
@@ -213,7 +213,8 @@ static bool devif_event_trigger(uint16_t events, uint16_t triggers)
|
||||
* Configure the pre-allocated callback structures into a free list.
|
||||
*
|
||||
* Assumptions:
|
||||
* This function is called with interrupts disabled.
|
||||
* Called early in the initialization sequence so that no special
|
||||
* protection is required.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -88,6 +88,10 @@ uint8_t g_reassembly_timer;
|
||||
* Returned Value:
|
||||
* None
|
||||
*
|
||||
* Assumptions:
|
||||
* Called early in the initialization sequence so that no special
|
||||
* protection is required.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void devif_initialize(void)
|
||||
|
||||
Reference in New Issue
Block a user