diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-17 13:29:59 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-17 13:29:59 +0000 |
| commit | f6b480ef1c2ba421353a674cdaa5e52372d1273f (patch) | |
| tree | 1b32bea6b8580f1f604eb0a319e123e996a1b059 | |
| parent | fbdd2e7a77929739d1b079818a28b46835b2d132 (diff) | |
| parent | 6f795d976cad49dacbe67173b50fd39098af618a (diff) | |
Merge pull request #3894 from Flamenco/patch-1
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 | ||
