diff options
| author | Flamenco <[email protected]> | 2025-02-17 08:15:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-17 08:15:09 -0500 |
| commit | 6f795d976cad49dacbe67173b50fd39098af618a (patch) | |
| tree | 1b32bea6b8580f1f604eb0a319e123e996a1b059 | |
| parent | fbdd2e7a77929739d1b079818a28b46835b2d132 (diff) | |
Update control.rs
Fix function name
| -rw-r--r-- | cyw43/src/control.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs index 888cf4b90..f77b487e2 100644 --- a/cyw43/src/control.rs +++ b/cyw43/src/control.rs | |||
| @@ -531,7 +531,7 @@ impl<'a> Control<'a> { | |||
| 531 | } | 531 | } |
| 532 | 532 | ||
| 533 | /// Retrieve the list of configured multicast hardware addresses. | 533 | /// Retrieve the list of configured multicast hardware addresses. |
| 534 | pub async fn list_mulistcast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize { | 534 | pub async fn list_multicast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize { |
| 535 | let mut buf = [0; 64]; | 535 | let mut buf = [0; 64]; |
| 536 | self.get_iovar("mcast_list", &mut buf).await; | 536 | self.get_iovar("mcast_list", &mut buf).await; |
| 537 | 537 | ||
