Skip to content

Commit 39fbd2d

Browse files
committed
uefi-raw: doc: fix
1 parent 3d03b19 commit 39fbd2d

File tree

1 file changed

+6
-4
lines changed
  • uefi-raw/src/protocol/network

1 file changed

+6
-4
lines changed

uefi-raw/src/protocol/network/ip4.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ pub struct Ip4RouteTable {
1414
#[derive(Debug)]
1515
#[repr(C)]
1616
pub struct Ip4ModeData {
17-
/// Set to `TRUE` after this [`Tcp4Protocol`] instance has been
18-
/// successfully configured.
17+
// TODO Ipv4Protocol not yet in uefi-raw
18+
/// Set to [`Boolean::TRUE`] after an associated `Ipv4Protocol` instance
19+
/// has been successfully configured.
1920
pub is_started: Boolean,
2021
/// The maximum packet size, in bytes, of the packet which the
2122
/// upper layer driver could feed.
2223
pub max_packet_size: u32,
2324
/// Current configuration settings.
2425
pub config_data: Ip4ConfigData,
25-
/// Set to `TRUE` when the [`Tcp4Protocol`] instance has a
26-
/// station address and subnet mask.
26+
// TODO Ipv4Protocol not yet in uefi-raw
27+
/// Set to [`Boolean::TRUE`] when an associated `Ipv4Protocol` instance
28+
/// has a station address and subnet mask.
2729
pub is_configured: Boolean,
2830
/// Number of joined multicast groups.
2931
pub group_count: u32,

0 commit comments

Comments
 (0)